From 2c6491137f7008531789f81853344a837aaff435 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Mon, 12 Jan 2026 11:14:56 -0500 Subject: [PATCH] Change refresh interval to 5 seconds --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index cb9e769..413fda9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -85,7 +85,7 @@ } updateProgress(); - setInterval(updateProgress, 10 * 1000); + setInterval(updateProgress, 5 * 1000);