mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
enlarge interval for checkTask() and timeout of ajax call
This commit is contained in:
parent
3853f0010f
commit
d95943a365
|
@ -1026,8 +1026,8 @@ $(document).ready(function() { /* {{{ */
|
|||
}
|
||||
}
|
||||
},
|
||||
timeout: 1000
|
||||
timeout: 3000
|
||||
});
|
||||
timeOutId = setTimeout(checkTasks, 10000);
|
||||
timeOutId = setTimeout(checkTasks, 30000);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user