From a8991dd0a95fecb4f840b0dc7a44a53f67a5d5ac Mon Sep 17 00:00:00 2001 From: Laura Date: Mon, 22 Sep 2025 23:32:18 +0200 Subject: [PATCH] even slower --- static/js/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/chat.js b/static/js/chat.js index 503414e..77c1947 100644 --- a/static/js/chat.js +++ b/static/js/chat.js @@ -2046,7 +2046,7 @@ return; } - const time = rand(120, 140); + const time = rand(140, 160); el.style.setProperty("--time", `${time.toFixed(2)}s`);