From 4f9ccfe125790e34d599c1986578f4ed5a99a967 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 11 Oct 2015 18:04:49 +0300 Subject: [PATCH] slightly increased various timeouts --- motioneye/static/js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/motioneye/static/js/main.js b/motioneye/static/js/main.js index 532787d..c192f4e 100644 --- a/motioneye/static/js/main.js +++ b/motioneye/static/js/main.js @@ -2107,7 +2107,7 @@ function doUpdate() { ); } - setTimeout(checkServer, 10000); + setTimeout(checkServer, 15000); }, function (e) { /* error */ runAlertDialog('The update process has failed!', function () { @@ -2198,7 +2198,7 @@ function doRestore() { } if (data.reboot) { - setTimeout(checkServer, 10000); + setTimeout(checkServer, 15000); } else { setTimeout(function () { -- 2.39.5