mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
populate users on a project in parallelLimit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user