Skip to content

Commit c3f47d1

Browse files
committed
Revert "reduce lobby duration from 30s => 60s to reduce waiting for lobbies that don't fill up"
This reverts commit 4d1911a.
1 parent 822d08b commit c3f47d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/configuration/DefaultConfig.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,8 @@ export abstract class DefaultServerConfig implements ServerConfig {
171171
turnIntervalMs(): number {
172172
return 100;
173173
}
174-
175174
gameCreationRate(): number {
176-
return 30 * 1000;
175+
return 60 * 1000;
177176
}
178177

179178
lobbyMaxPlayers(

0 commit comments

Comments
 (0)