make high traffic 15 seconds

This commit is contained in:
Evan
2025-03-12 16:13:39 -07:00
parent 9b588ff8fe
commit a7bfc58f26
+1 -1
View File
@@ -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;
}