diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index 022fdac65..0474e5450 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -46,7 +46,7 @@ export abstract class DefaultServerConfig implements ServerConfig { } gameCreationRate(highTraffic: boolean): number { if (highTraffic) { - return 20 * 1000; + return 15 * 1000; } else { return 50 * 1000; }