таймаут чанка 10s, v1.43.1
This commit is contained in:
@@ -173,7 +173,7 @@
|
|||||||
var xhr = new XMLHttpRequest();
|
var xhr = new XMLHttpRequest();
|
||||||
xhr.open('POST', '/chunk_json');
|
xhr.open('POST', '/chunk_json');
|
||||||
xhr.setRequestHeader('Content-Type', 'application/json');
|
xhr.setRequestHeader('Content-Type', 'application/json');
|
||||||
xhr.timeout = 60000;
|
xhr.timeout = 10000;
|
||||||
xhr.onload = function() {
|
xhr.onload = function() {
|
||||||
if (xhr.status === 200) {
|
if (xhr.status === 200) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user