mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 22:41:57 +00:00
make high traffic 15 seconds
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user