diff options
author | Simon Rettberg | 2014-11-19 19:50:03 +0100 |
---|---|---|
committer | Simon Rettberg | 2014-11-19 19:50:03 +0100 |
commit | e5b75ca167a9539f38eca11c6225025012e7091f (patch) | |
tree | 4374dbb8fe3a2ff70921fcc68fcfce823e4948eb /script | |
parent | Several minor fixes (diff) | |
download | slx-admin-e5b75ca167a9539f38eca11c6225025012e7091f.tar.gz slx-admin-e5b75ca167a9539f38eca11c6225025012e7091f.tar.xz slx-admin-e5b75ca167a9539f38eca11c6225025012e7091f.zip |
Update config example, style, translations
Diffstat (limited to 'script')
-rw-r--r-- | script/taskmanager.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/taskmanager.js b/script/taskmanager.js index 0184bdcd..5eae6cb3 100644 --- a/script/taskmanager.js +++ b/script/taskmanager.js @@ -51,7 +51,7 @@ function tmUpdate() console.log("TaskManager Error: " + textStatus + " - " + errorThrown); tmIsRunning = (++tmErrors < TM_MAX_ERRORS); if (tmIsRunning) { - setTimeout(tmUpdate, 2000); + setTimeout(tmUpdate, 3000); } }); } |