From a7c7481d24f00c5b275cca99715351d65722b154 Mon Sep 17 00:00:00 2001 From: lelo Date: Sun, 14 Dec 2025 10:13:06 +0000 Subject: [PATCH] extending fadeTime --- templates/connections.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/connections.html b/templates/connections.html index 8e79575..43bfdcd 100644 --- a/templates/connections.html +++ b/templates/connections.html @@ -254,7 +254,7 @@ function animateDots() { const now = Date.now(); - const fadeTime = 60000; // 60 seconds + const fadeTime = 10 * 60 * 1000; // 10 minutes activeDots.forEach((dot, key) => { const age = now - dot.lastUpdate;