mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-29 03:18:40 +00:00
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:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user