summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-10-20 00:20:23 +0200
committerTor Andersson <tor@ccxvii.net>2024-10-20 00:20:23 +0200
commit2d1c2728bece17648328aa7de4e74b369edd792c (patch)
tree85dabfd109db7763ce2b762d799a19a1a008669f
parent3ec3fc79c631c83af00dbbd77eefae144b76a7ee (diff)
downloadserver-2d1c2728bece17648328aa7de4e74b369edd792c.tar.gz
Increase start time for Fast to 72h.
-rw-r--r--public/docs/tips.html2
-rw-r--r--server.js2
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)
<dt>
Fast (3+ moves per day)
<dd>
-48h +12h/move up to 120h
+72h +12h/move up to 120h
<dd>
<dt>
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