feat #6235 Modified timeout
This commit is contained in:
parent
b16ca6b83f
commit
886205f4a2
|
@ -70,7 +70,7 @@ $.ajaxPrefilter(function(xhr) {
|
|||
headers: {
|
||||
Authorization : token
|
||||
},
|
||||
timeout: 1000,
|
||||
timeout: 2000,
|
||||
contentType: 'application/json; charset=utf-8',
|
||||
dataType: 'json',
|
||||
processData: false,
|
||||
|
|
Loading…
Reference in New Issue