Shorten reboot check time to 2.5s

This commit is contained in:
Taylor Helsper 2019-09-02 17:05:11 -05:00
parent 3b671e890a
commit ad90915a47

View File

@ -35,7 +35,7 @@
}
checkStatus()
setInterval(checkStatus, 5000);
setInterval(checkStatus, 2500);
});
</script>