From 2d1c2728bece17648328aa7de4e74b369edd792c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 20 Oct 2024 00:20:23 +0200 Subject: Increase start time for Fast to 72h. --- public/docs/tips.html | 2 +- server.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/tips.html b/public/docs/tips.html index 5a2b25a..4fb7248 100644 --- a/public/docs/tips.html +++ b/public/docs/tips.html @@ -104,7 +104,7 @@ Live / Blitz (7+ moves per day)
Fast (3+ moves per day)
-48h +12h/move up to 120h +72h +12h/move up to 120h
diff --git a/server.js b/server.js index 37b8f75..21a6daa 100644 --- a/server.js +++ b/server.js @@ -2620,7 +2620,7 @@ const SQL_UPDATE_PLAYERS_INIT_TIME = SQL(` set clock = ( case (select pace from games where games.game_id = players.game_id) when 1 then 1 - when 2 then 2 + when 2 then 3 when 3 then 3 else 14 end -- cgit v1.2.3