Change refresh interval to 5 seconds

This commit is contained in:
2026-01-12 11:14:56 -05:00
parent f16f202d3e
commit 2c6491137f

View File

@@ -85,7 +85,7 @@
} }
updateProgress(); updateProgress();
setInterval(updateProgress, 10 * 1000); setInterval(updateProgress, 5 * 1000);
</script> </script>
</body> </body>
</html> </html>