mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
use redis cluster key in defaults for pendingupdates
This commit is contained in:
parent
fa40e2c95f
commit
937e8fe071
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module.exports =
|
|||
redisOptions:
|
||||
keepAlive: 100
|
||||
key_schema:
|
||||
pendingUpdates: ({doc_id}) -> "PendingUpdates:#{doc_id}"
|
||||
pendingUpdates: ({doc_id}) -> "PendingUpdates:{#{doc_id}}"
|
||||
|
||||
history:
|
||||
port: process.env["HISTORY_REDIS_PORT"] or process.env["REDIS_PORT"] or "6379"
|
||||
|
|
Loading…
Reference in a new issue