mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Revert "Use new 'robust' subscription scheme"
This reverts commit dd4b938365d0f6196206fd7c70056c34477d13d5
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user