Skip to content

Commit 1f405db

Browse files
committed
Raise up the reboot refresh countdown. Fix #426
1 parent a1044ec commit 1f405db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_app/static/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ $(document).ready(function () {
714714
$(this).prop("disabled", true);
715715
$("#reboot-cancel-button").prop("disabled", true);
716716
socket.emit("reboot device");
717-
reboot_countdown(60, 0);
717+
reboot_countdown(90, 0);
718718
})
719719

720720
function reboot_countdown(remaining, count) {

0 commit comments

Comments
 (0)