faster frontend from 2000 to 1000

This commit is contained in:
Carsten Graf
2025-06-05 23:36:10 +02:00
parent e0d3031d6f
commit 6b3dddd6cc

View File

@@ -138,7 +138,7 @@
}
// Sync with backend every 2 seconds
setInterval(syncFromBackend, 2000);
setInterval(syncFromBackend, 1000);
// Smooth update every 50ms
setInterval(updateDisplay, 50);