faster lobby (#274)

This commit is contained in:
Ilan Schemoul
2025-03-17 16:56:47 +01:00
committed by GitHub
parent 4086598a1a
commit 0b2b042dae
+1 -1
View File
@@ -49,7 +49,7 @@ export abstract class DefaultServerConfig implements ServerConfig {
return 100;
}
gameCreationRate(): number {
return 60 * 1000;
return 30 * 1000;
}
lobbyMaxPlayers(map: GameMapType): number {
if (map == GameMapType.World) {