respect mongo 3 limit of 1000 bulk operations

This commit is contained in:
Brian Gough 2016-01-11 12:46:26 +00:00
parent f592611cac
commit 679a81564e

View file

@ -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 = []