mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 03:21:20 +00: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
|
project.collaberator_refs.push user
|
||||||
callback null, project
|
callback null, project
|
||||||
|
|
||||||
async.series jobs, (error) -> callback error, project
|
async.parallelLimit jobs, 3, (error) -> callback error, project
|
||||||
|
|
Loading…
Reference in a new issue