increase pack migrate delay to 2 seconds

This commit is contained in:
Brian Gough 2015-02-23 17:00:54 +00:00
parent 09e24413e6
commit 34fa398cf6

View file

@ -29,7 +29,9 @@ insertPack = (packObj, callback) ->
if err? or result.nInserted != expect_nInserted or result.nRemoved != expect_nRemoved
console.log err, result
console.log 'nInserted', result.nInserted, 'nRemoved', result.nRemoved
setTimeout () ->
callback(err, result)
, 2000
packDocHistory = (doc_id, callback) ->
util.log "starting pack operation for #{doc_id}"