From 6b3dddd6cc0e7ded4125597e48c7cea9bef16c6b Mon Sep 17 00:00:00 2001 From: Carsten Graf Date: Thu, 5 Jun 2025 23:36:10 +0200 Subject: [PATCH] faster frontend from 2000 to 1000 --- data/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);