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