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:
parent
679a81564e
commit
78b3412ca8
1 changed files with 1 additions and 1 deletions
|
@ -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) ->
|
||||
|
|
Loading…
Add table
Reference in a new issue