1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-23 02:46:22 +00:00

decrease delay when packing

This commit is contained in:
Brian Gough 2016-01-11 14:36:11 +00:00
parent 679a81564e
commit 78b3412ca8

View file

@ -409,7 +409,7 @@ module.exports = PackManager =
}, {upsert:true}, () ->
callback null, null
DB_WRITE_DELAY: 2000
DB_WRITE_DELAY: 100
savePacks: (packs, callback) ->
async.eachSeries packs, PackManager.safeInsert, (err, result) ->