reduce lobby duration from 30s => 60s to reduce waiting for lobbies that don't fill up

This commit is contained in:
evanpelle
2025-11-04 11:30:46 -08:00
parent 8e502f3f26
commit 4d1911ae1b
+2 -1
View File
@@ -171,8 +171,9 @@ export abstract class DefaultServerConfig implements ServerConfig {
turnIntervalMs(): number {
return 100;
}
gameCreationRate(): number {
return 60 * 1000;
return 30 * 1000;
}
lobbyMaxPlayers(