]> git.cworth.org Git - lmno-server/blobdiff - empathy.js
Cut PHASE_IDLE_TIMEOUT in half
[lmno-server] / empathy.js
index 7b1e9a1a7e79815a4d6c581f22562056bbb27f04..a3faf5b11355f835b6b975958ed64ef5581002c9 100644 (file)
@@ -19,7 +19,7 @@ const PHASE_MINIMUM_TIME = 30;
  *
  * Specified in seconds
  */
-const PHASE_IDLE_TIMEOUT = 30;
+const PHASE_IDLE_TIMEOUT = 15;
 
 class Empathy extends Game {
   constructor(id) {