From b167041ce224b6e4b86a97028fa6965865c3badc Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 11 Jan 2026 22:51:34 -0500 Subject: [PATCH] Reduce poll time to 30s --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 9e62213..072fef7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -85,7 +85,7 @@ } updateProgress(); - setInterval(updateProgress, 60 * 1000); + setInterval(updateProgress, 30 * 1000);