mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 02:30:50 +00:00
make lobbies more frequent
This commit is contained in:
@@ -30,9 +30,9 @@ export abstract class DefaultServerConfig implements ServerConfig {
|
||||
}
|
||||
gameCreationRate(highTraffic: boolean): number {
|
||||
if (highTraffic) {
|
||||
return 30 * 1000;
|
||||
return 20 * 1000;
|
||||
} else {
|
||||
return 60 * 1000;
|
||||
return 50 * 1000;
|
||||
}
|
||||
}
|
||||
lobbyLifetime(highTraffic: boolean): number {
|
||||
|
||||
Reference in New Issue
Block a user