USe parallel limit on zip file streaming

This commit is contained in:
James Allen 2014-05-16 11:50:15 +01:00
parent 28ae33b100
commit a62bff5052

View file

@ -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