60s to rm game
This commit is contained in:
parent
ef568c9899
commit
48c33b3568
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue