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