mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-19 12:05:04 +00:00
websocket reconnect on failure
This commit is contained in:
@@ -6,7 +6,7 @@ export interface Config {
|
||||
theme(): Theme;
|
||||
player(): PlayerConfig
|
||||
turnIntervalMs(): number
|
||||
lobbyCreationRate(): number
|
||||
gameCreationRate(): number
|
||||
lobbyLifetime(): number
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ export const defaultConfig = new class implements Config {
|
||||
turnIntervalMs(): number {
|
||||
return 100
|
||||
}
|
||||
lobbyCreationRate(): number {
|
||||
gameCreationRate(): number {
|
||||
return 2 * 1000
|
||||
}
|
||||
lobbyLifetime(): number {
|
||||
|
||||
Reference in New Issue
Block a user