mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 09:01:53 +00:00
USe parallel limit on zip file streaming
This commit is contained in:
parent
28ae33b100
commit
a62bff5052
1 changed files with 1 additions and 1 deletions
|
@ -48,4 +48,4 @@ module.exports = ProjectZipStreamManager =
|
|||
archive.append stream, name: path
|
||||
stream.on "end", () ->
|
||||
callback()
|
||||
async.series jobs, callback
|
||||
async.parallelLimit jobs, 5, callback
|
||||
|
|
Loading…
Reference in a new issue