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