summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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