mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #65 from das7pad/hotfix-redis-config
[redis] use the correct instance for the real time updates
This commit is contained in:
commit
82ab2f7d14
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ describe "DispatchManager", ->
|
|||
"logger-sharelatex": @logger = { log: sinon.stub(), error: sinon.stub(), warn: sinon.stub() }
|
||||
"settings-sharelatex": @settings =
|
||||
redis:
|
||||
realtime: {}
|
||||
documentupdater: {}
|
||||
"redis-sharelatex": @redis = {}
|
||||
"./RateLimitManager": {}
|
||||
"./Errors": Errors
|
||||
|
|
Loading…
Reference in a new issue