mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
populate users on a project in parallelLimit
This commit is contained in:
parent
47fb623c4b
commit
c163bba1da
1 changed files with 1 additions and 1 deletions
|
@ -58,4 +58,4 @@ module.exports = ProjectGetter =
|
|||
project.collaberator_refs.push user
|
||||
callback null, project
|
||||
|
||||
async.series jobs, (error) -> callback error, project
|
||||
async.parallelLimit jobs, 3, (error) -> callback error, project
|
||||
|
|
Loading…
Reference in a new issue