OpenFront.io
-(v0.13.0)
+(v0.13.1)
diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index 2c96a3a75..ab2aaeba6 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -166,10 +166,10 @@ export abstract class DefaultConfig implements Config { return 100 } gameCreationRate(): number { - return 10 * 60 * 1000 + return 1 * 60 * 1000 } lobbyLifetime(): number { - return 10 * 120 * 1000 + return 1 * 120 * 1000 } theme(): Theme { return pastelTheme; }