set waiting refresh to 20 seconds

This commit is contained in:
Bryan Gerlach
2026-02-11 19:54:00 -06:00
parent 7c5cf83628
commit 1d4edcfab5

View File

@@ -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
</script>
</body>
</html>