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() { var jqxhr = $.get("/settings/ping", function() {
if (hasShutdown) { if (hasShutdown) {
// Redirect to home // Redirect to home
setTimeout(redirectHome, 5000) setTimeout(redirectHome, 2500)
} }
}) })
.done(function() { .done(function() {
if (hasShutdown) { if (hasShutdown) {
// Redirect to home // Redirect to home
setTimeout(redirectHome, 5000) setTimeout(redirectHome, 2500)
} }
}) })
.fail(function() { .fail(function() {