mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-15 20:07:42 +00:00
have multiplayer game start every 10 mins
This commit is contained in:
@@ -166,10 +166,10 @@ export abstract class DefaultConfig implements Config {
|
||||
return 100
|
||||
}
|
||||
gameCreationRate(): number {
|
||||
return 60 * 1000
|
||||
return 10 * 60 * 1000
|
||||
}
|
||||
lobbyLifetime(): number {
|
||||
return 120 * 1000
|
||||
return 10 * 120 * 1000
|
||||
}
|
||||
theme(): Theme { return pastelTheme; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user