From 90fd95e9783c54a9ea173879d6d1e235dd2ed6af Mon Sep 17 00:00:00 2001 From: Sases Date: Mon, 8 Jun 2026 10:28:11 +0200 Subject: [PATCH] DATA_STALE_MS - 2 minutes --- als_alert_screen.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/als_alert_screen.html b/als_alert_screen.html index a51389e..3d083a2 100644 --- a/als_alert_screen.html +++ b/als_alert_screen.html @@ -285,7 +285,7 @@ // Jeśli przez DATA_STALE_MS nie przyjdzie żadna wiadomość od maszyny // (nawet przy technicznie otwartym WS), dane uznajemy za nieaktualne. - const DATA_STALE_MS = 10 * 60 * 1000; // 10 minut + const DATA_STALE_MS = 2 * 60 * 1000; // 2 minuty function resetStaleTimer(id) { clearTimeout(dataTimers[id]);