From b160246bb3b0fdd99767eeca2149d540101bbdac Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Mon, 6 Jul 2026 22:12:36 +0200 Subject: [PATCH] Dashboard: Reduce refresh rate from 5s to 10s --- web_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_dashboard.py b/web_dashboard.py index 052051d..2ebe962 100644 --- a/web_dashboard.py +++ b/web_dashboard.py @@ -585,7 +585,7 @@ function toggleSection(header) { // Refresh prices every 5 seconds setInterval(function() {{ location.reload(); -}}, 5000); +}}, 10000); '''