Fix concurrency
Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
This commit is contained in:
parent
c543afdf82
commit
1e1080be7c
@ -182,7 +182,7 @@ router.get("/:id?", (req, res) => {
|
||||
});
|
||||
});
|
||||
}, {
|
||||
maxConcurrency: 5
|
||||
concurrency: 5
|
||||
}).then(() => {
|
||||
return identities;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user