Reduce poll time to 30s

This commit is contained in:
2026-01-11 22:51:34 -05:00
parent 0de45ef1e5
commit b167041ce2

View File

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