refactor: Increase concurrency for running workers to 100

This commit is contained in:
Simon Larsen 2024-08-20 21:21:39 +01:00
parent adfb3e1db4
commit 222027f2e0
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -97,7 +97,7 @@ const WorkersFeatureSet: FeatureSet = {
await funcToRun(); await funcToRun();
} }
}, },
{ concurrency: 10 }, { concurrency: 100 },
); );
} catch (err) { } catch (err) {
logger.error("App Init Failed:"); logger.error("App Init Failed:");