extending fadeTime

This commit is contained in:
lelo 2025-12-14 10:13:06 +00:00
parent 9b191c3df7
commit a7c7481d24

View File

@ -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;