mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Revert "Use new 'robust' subscription scheme"
This reverts commit dd4b938365d0f6196206fd7c70056c34477d13d5
This commit is contained in:
parent
566bf72bfd
commit
4f56d8d4e8
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ Errors = require "./app/js/Errors"
|
|||
HttpController = require "./app/js/HttpController"
|
||||
|
||||
redis = require("redis-sharelatex")
|
||||
rclient = redis.createRobustSubscriptionClient(Settings.redis.web)
|
||||
rclient = redis.createClient(Settings.redis.web)
|
||||
|
||||
|
||||
Path = require "path"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0",
|
||||
"sinon": "~1.5.2",
|
||||
"mongojs": "0.9.11",
|
||||
"redis-sharelatex": "git+https://github.com/sharelatex/redis-sharelatex.git#master"
|
||||
"redis-sharelatex": "~0.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt-execute": "~0.1.5",
|
||||
|
|
Loading…
Reference in a new issue