mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 05:18:21 +00:00
respect mongo 3 limit of 1000 bulk operations
This commit is contained in:
parent
f592611cac
commit
679a81564e
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ module.exports = PackManager =
|
|||
return newResults
|
||||
|
||||
MAX_SIZE: 1024*1024 # make these configurable parameters
|
||||
MAX_COUNT: 1024
|
||||
MAX_COUNT: 512
|
||||
|
||||
convertDocsToPacks: (docs, callback) ->
|
||||
packs = []
|
||||
|
|
Loading…
Reference in a new issue