mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
add comment about the two history clients
This commit is contained in:
parent
af93193d6e
commit
248edc03fa
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ MEGABYTES = 1024 * 1024
|
|||
MAX_RANGES_SIZE = 3 * MEGABYTES
|
||||
|
||||
keys = Settings.redis.documentupdater.key_schema
|
||||
historyKeys = Settings.redis.history.key_schema
|
||||
historyKeys = Settings.redis.history.key_schema # note: this is track changes, not project-history
|
||||
|
||||
module.exports = RedisManager =
|
||||
rclient: rclient
|
||||
|
|
Loading…
Reference in a new issue