add comment about the two history clients

This commit is contained in:
Brian Gough 2020-04-21 14:44:19 +01:00
parent af93193d6e
commit 248edc03fa

View file

@ -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