mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-25 20:24:36 +00:00
Increase poll rate for matchmaking games from every 3s to 1s because people are not joining games in time
This commit is contained in:
@@ -183,7 +183,7 @@ export class MatchmakingModal extends BaseModal {
|
||||
this.connected = false;
|
||||
this.gameID = null;
|
||||
this.connect();
|
||||
this.gameCheckInterval = setInterval(() => this.checkGame(), 3000);
|
||||
this.gameCheckInterval = setInterval(() => this.checkGame(), 1000);
|
||||
}
|
||||
|
||||
protected onClose(): void {
|
||||
|
||||
Reference in New Issue
Block a user