Dont send guild_add for autojoin guilds on register, disable bcrypt workers as doing it in thread is slightly faster

This commit is contained in:
Rory&
2026-06-11 02:21:03 +02:00
parent 6a01e49c94
commit c28d14b861
5 changed files with 134 additions and 121 deletions
+1 -1
View File
@@ -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) {