1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/Server.ts b/src/api/Server.ts
index 08a1e874..9e4bb937 100644
--- a/src/api/Server.ts
+++ b/src/api/Server.ts
@@ -62,7 +62,7 @@ export class SpacebarServer extends Server {
await ConnectionConfig.init();
await initInstance();
WebAuthn.init();
- await BcryptWorkerPool.Init(4); // TODO: make configurable
+ // await BcryptWorkerPool.Init(8); // TODO: make configurable
const logRequests = process.env["LOG_REQUESTS"] != undefined;
if (logRequests) {
|