projects
/
motioneye-debian
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b6a16
)
slightly increased various timeouts
author
Calin Crisan
<ccrisan@gmail.com>
Sun, 11 Oct 2015 15:04:49 +0000
(18:04 +0300)
committer
Calin Crisan
<ccrisan@gmail.com>
Sun, 11 Oct 2015 15:04:49 +0000
(18:04 +0300)
motioneye/static/js/main.js
patch
|
blob
|
history
diff --git
a/motioneye/static/js/main.js
b/motioneye/static/js/main.js
index 532787d27830be45c60e2f2a400d543886b44e75..c192f4e23ab60b9d7e0511c71b67150da5ba75c8 100644
(file)
--- a/
motioneye/static/js/main.js
+++ b/
motioneye/static/js/main.js
@@
-2107,7
+2107,7
@@
function doUpdate() {
);
}
- setTimeout(checkServer, 1
0
000);
+ setTimeout(checkServer, 1
5
000);
}, function (e) { /* error */
runAlertDialog('The update process has failed!', function () {
@@
-2198,7
+2198,7
@@
function doRestore() {
}
if (data.reboot) {
- setTimeout(checkServer, 1
0
000);
+ setTimeout(checkServer, 1
5
000);
}
else {
setTimeout(function () {