Change update time to 10 seconds

Might reduce this further, needs to be tested first to ensure this doesn't come with performance issues.
This commit is contained in:
2026-01-12 07:46:30 -05:00
parent 83b9e9fead
commit f16f202d3e

View File

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