diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-20 00:20:23 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-20 00:20:23 +0200 |
commit | 2d1c2728bece17648328aa7de4e74b369edd792c (patch) | |
tree | 85dabfd109db7763ce2b762d799a19a1a008669f | |
parent | 3ec3fc79c631c83af00dbbd77eefae144b76a7ee (diff) | |
download | server-2d1c2728bece17648328aa7de4e74b369edd792c.tar.gz |
Increase start time for Fast to 72h.
-rw-r--r-- | public/docs/tips.html | 2 | ||||
-rw-r--r-- | 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) <dt> Fast (3+ moves per day) <dd> -48h +12h/move up to 120h +72h +12h/move up to 120h <dd> <dt> @@ -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 |