delay 1v1 game start from 5s=>7s to give more time for players to join the game

This commit is contained in:
evanpelle
2026-01-24 14:58:03 -08:00
parent dfd6a1f5f9
commit 91ee3232ac
+1 -1
View File
@@ -531,7 +531,7 @@ async function startMatchmakingPolling(gm: GameManager) {
// Wait a few seconds to allow clients to connect.
console.log(`Starting game ${gameId}`);
game.start();
}, 5000);
}, 10000);
}
} catch (error) {
log.error(`Error polling lobby:`, error);