mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
bump default key shards to 10
This commit is contained in:
parent
49bed6595d
commit
27e7b77bdb
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ const settings = {
|
||||||
|
|
||||||
// should be set to the same same as dispatcherCount in document updater
|
// should be set to the same same as dispatcherCount in document updater
|
||||||
pendingUpdateListShardCount: parseInt(
|
pendingUpdateListShardCount: parseInt(
|
||||||
process.env.PENDING_UPDATE_LIST_SHARD_COUNT || 1,
|
process.env.PENDING_UPDATE_LIST_SHARD_COUNT || 10,
|
||||||
10
|
10
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue