mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-12 03:56:05 +00:00
allow settings.redis.project_history to be undefined
This commit is contained in:
parent
5b7be93c79
commit
b8052e7612
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ MAX_RANGES_SIZE = 3 * MEGABYTES
|
|||
|
||||
keys = Settings.redis.documentupdater.key_schema
|
||||
historyKeys = Settings.redis.history.key_schema
|
||||
projectHistoryKeys = Settings.redis.project_history.key_schema
|
||||
projectHistoryKeys = Settings.redis?.project_history?.key_schema
|
||||
|
||||
module.exports = RedisManager =
|
||||
rclient: rclient
|
||||
|
|
Loading…
Add table
Reference in a new issue