mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 14:30:44 +00:00
faster lobby (#274)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user