diff --git a/data/index.html b/data/index.html index b2d408f..1df043e 100644 --- a/data/index.html +++ b/data/index.html @@ -138,7 +138,7 @@ } // Sync with backend every 2 seconds - setInterval(syncFromBackend, 2000); + setInterval(syncFromBackend, 1000); // Smooth update every 50ms setInterval(updateDisplay, 50);