Reduce delta for reboot checks

This commit is contained in:
Taylor Helsper 2019-08-13 21:58:23 -05:00
parent 93272c162d
commit c26db635a5

View File

@ -20,13 +20,13 @@
var jqxhr = $.get("/settings/ping", function() {
if (hasShutdown) {
// Redirect to home
setTimeout(redirectHome, 5000)
setTimeout(redirectHome, 2500)
}
})
.done(function() {
if (hasShutdown) {
// Redirect to home
setTimeout(redirectHome, 5000)
setTimeout(redirectHome, 2500)
}
})
.fail(function() {