60s to rm game

This commit is contained in:
Maieul BOYER 2026-01-16 17:02:42 +01:00 committed by Nigel
parent ef568c9899
commit 48c33b3568

View file

@ -284,7 +284,7 @@ class StateI {
this.fastify.log.info(`paused game ${gameId} has been canceled`); this.fastify.log.info(`paused game ${gameId} has been canceled`);
this.cleanupGame(gameId, g); this.cleanupGame(gameId, g);
} }
}, 1000 * 31); }, 1000 * 60);
this.fastify.log.info('new paused game \'' + gameId + '\''); this.fastify.log.info('new paused game \'' + gameId + '\'');
return gameId; return gameId;
} }