mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-22 18:26:51 +00:00
Merge branch 'v29'
This commit is contained in:
@@ -62,6 +62,7 @@ const frequency: Partial<Record<GameMapName, number>> = {
|
||||
StraitOfHormuz: 4,
|
||||
Surrounded: 4,
|
||||
DidierFrance: 1,
|
||||
Didier: 1,
|
||||
AmazonRiver: 3,
|
||||
Sierpinski: 10,
|
||||
};
|
||||
|
||||
@@ -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);
|
||||
}, 7000);
|
||||
}
|
||||
} catch (error) {
|
||||
log.error(`Error polling lobby:`, error);
|
||||
|
||||
Reference in New Issue
Block a user