Fix concurrency

Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
This commit is contained in:
James Ketrenos 2020-01-20 15:52:53 -08:00
parent c543afdf82
commit 1e1080be7c

View File

@ -182,7 +182,7 @@ router.get("/:id?", (req, res) => {
});
});
}, {
maxConcurrency: 5
concurrency: 5
}).then(() => {
return identities;
});