From c3f47d16c2bac7c831f4b48eb21577d8ec98ab2e Mon Sep 17 00:00:00 2001 From: evanpelle Date: Wed, 5 Nov 2025 08:52:51 -0800 Subject: [PATCH] Revert "reduce lobby duration from 30s => 60s to reduce waiting for lobbies that don't fill up" This reverts commit 4d1911ae1bd81a7f04208782742fb330ee169e1a. --- src/core/configuration/DefaultConfig.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index 71591b39f..c89b1401f 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -171,9 +171,8 @@ export abstract class DefaultServerConfig implements ServerConfig { turnIntervalMs(): number { return 100; } - gameCreationRate(): number { - return 30 * 1000; + return 60 * 1000; } lobbyMaxPlayers(