mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-15 17:49:19 +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