mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 16:39:15 +00:00
Shorten reboot check time to 2.5s
This commit is contained in:
parent
3b671e890a
commit
ad90915a47
|
@ -35,7 +35,7 @@
|
|||
}
|
||||
|
||||
checkStatus()
|
||||
setInterval(checkStatus, 5000);
|
||||
setInterval(checkStatus, 2500);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user