From 4424d07a323c0ca96e48b9c8d5779b1a5f1d2a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 18 Jun 2026 06:54:22 +0400 Subject: [PATCH] =?UTF-8?q?v2.0.5:=20=D0=B7=D0=B0=D0=B4=D0=B5=D1=80=D0=B6?= =?UTF-8?q?=D0=BA=D0=B0=203=D1=81=20=D0=BC=D0=B5=D0=B6=D0=B4=D1=83=20?= =?UTF-8?q?=D1=87=D0=B0=D0=BD=D0=BA=D0=B0=D0=BC=D0=B8=20=E2=80=94=20HTTP/2?= =?UTF-8?q?=20streams?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/templates/upload.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/templates/upload.html b/site/templates/upload.html index 0f1f910..6bf8883 100644 --- a/site/templates/upload.html +++ b/site/templates/upload.html @@ -60,7 +60,7 @@
Nubes - Сверка договоров v2.0.4 + Сверка договоров v2.0.5
@@ -208,7 +208,7 @@ if (!data.ok) { reject(new Error(data.error)); return; } done++; if (onProgress) onProgress(Math.round(done / totalChunks * 100)); - setTimeout(function() { sendChunk(i + 1); }, 500); // дать HTTP/2 стримам закрыться + setTimeout(function() { sendChunk(i + 1); }, 3000); // дать HTTP/2 стримам закрыться }).catch(function(e) { reject(e); }); } sendChunk(0);