mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-18 00:28:14 +00:00
Revert "reduce lobby duration from 30s => 60s to reduce waiting for lobbies that don't fill up"
This reverts commit 4d1911ae1b.
This commit is contained in:
@@ -171,9 +171,8 @@ export abstract class DefaultServerConfig implements ServerConfig {
|
|||||||
turnIntervalMs(): number {
|
turnIntervalMs(): number {
|
||||||
return 100;
|
return 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
gameCreationRate(): number {
|
gameCreationRate(): number {
|
||||||
return 30 * 1000;
|
return 60 * 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
lobbyMaxPlayers(
|
lobbyMaxPlayers(
|
||||||
|
|||||||
Reference in New Issue
Block a user