diff --git a/src/pong/src/state.ts b/src/pong/src/state.ts index e3f0aff..fd77adc 100644 --- a/src/pong/src/state.ts +++ b/src/pong/src/state.ts @@ -284,7 +284,7 @@ class StateI { this.fastify.log.info(`paused game ${gameId} has been canceled`); this.cleanupGame(gameId, g); } - }, 1000 * 31); + }, 1000 * 60); this.fastify.log.info('new paused game \'' + gameId + '\''); return gameId; }