From: Calin Crisan Date: Sun, 11 Oct 2015 15:04:49 +0000 (+0300) Subject: slightly increased various timeouts X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=4f9ccfe125790e34d599c1986578f4ed5a99a967;p=motioneye-debian slightly increased various timeouts --- 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 () {