mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #46 from sharelatex/ho-pendingUpdates-key
use redis cluster key in defaults for pendingupdates
This commit is contained in:
commit
946beb78f9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module.exports =
|
||||||
redisOptions:
|
redisOptions:
|
||||||
keepAlive: 100
|
keepAlive: 100
|
||||||
key_schema:
|
key_schema:
|
||||||
pendingUpdates: ({doc_id}) -> "PendingUpdates:#{doc_id}"
|
pendingUpdates: ({doc_id}) -> "PendingUpdates:{#{doc_id}}"
|
||||||
|
|
||||||
history:
|
history:
|
||||||
port: process.env["HISTORY_REDIS_PORT"] or process.env["REDIS_PORT"] or "6379"
|
port: process.env["HISTORY_REDIS_PORT"] or process.env["REDIS_PORT"] or "6379"
|
||||||
|
|
Loading…
Reference in a new issue