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]);