Reduce poll time to 30s
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
updateProgress();
|
updateProgress();
|
||||||
setInterval(updateProgress, 60 * 1000);
|
setInterval(updateProgress, 30 * 1000);
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user