enlarge interval for checkTask() and timeout of ajax call

This commit is contained in:
Uwe Steinmann 2017-03-08 21:57:02 +01:00
parent 3853f0010f
commit d95943a365

View File

@ -1026,8 +1026,8 @@ $(document).ready(function() { /* {{{ */
}
}
},
timeout: 1000
timeout: 3000
});
timeOutId = setTimeout(checkTasks, 10000);
timeOutId = setTimeout(checkTasks, 30000);
}