From 562c27879e27d8549ce19548d2203029d5e2764c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Wed, 17 Jun 2026 23:00:58 +0400 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B0=D0=B9=D0=BC=D0=B0=D1=83=D1=82=20?= =?UTF-8?q?=D1=87=D0=B0=D0=BD=D0=BA=D0=B0=2010s,=20v1.43.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/templates/upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/templates/upload.html b/site/templates/upload.html index 556a34c..6281a36 100644 --- a/site/templates/upload.html +++ b/site/templates/upload.html @@ -173,7 +173,7 @@ var xhr = new XMLHttpRequest(); xhr.open('POST', '/chunk_json'); xhr.setRequestHeader('Content-Type', 'application/json'); - xhr.timeout = 60000; + xhr.timeout = 10000; xhr.onload = function() { if (xhr.status === 200) { try {