From f16f202d3e5132ec582049b8aef74c7227e49470 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Mon, 12 Jan 2026 07:46:30 -0500 Subject: [PATCH] Change update time to 10 seconds Might reduce this further, needs to be tested first to ensure this doesn't come with performance issues. --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 072fef7..cb9e769 100644 --- a/templates/index.html +++ b/templates/index.html @@ -85,7 +85,7 @@ } updateProgress(); - setInterval(updateProgress, 30 * 1000); + setInterval(updateProgress, 10 * 1000);