Bump ajax timeout to 5 mins
This commit is contained in:
parent
951bec8596
commit
3d1fd4a7aa
File diff suppressed because one or more lines are too long
@ -59,7 +59,7 @@ function getPagesCount(rowsCount) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function apiCall(method, path, params, cb) {
|
function apiCall(method, path, params, cb) {
|
||||||
var timeout = 120000; // 2 mins is enough
|
var timeout = 300000; // 5 mins is enough
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
timeout: timeout,
|
timeout: timeout,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user