From 1d4edcfab5a5eab47bddd2a3ce386a13ad16365c Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Wed, 11 Feb 2026 19:54:00 -0600 Subject: [PATCH] set waiting refresh to 20 seconds --- rdgenerator/templates/waiting.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdgenerator/templates/waiting.html b/rdgenerator/templates/waiting.html index cba3157..8328457 100644 --- a/rdgenerator/templates/waiting.html +++ b/rdgenerator/templates/waiting.html @@ -212,7 +212,7 @@ setTimeout(function() { window.location.replace('/check_for_file?filename={{filename}}&uuid={{uuid}}&platform={{platform}}'); - }, 5000); // 5000 milliseconds = 5 seconds + }, 20000); // 20000 milliseconds = 20 seconds