From 627c0178d173248f2a53f5b94f917ea9d8aac840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 18 Jun 2026 07:16:51 +0400 Subject: [PATCH] =?UTF-8?q?v2.0.7:=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=BE=D0=B1=D1=80=D0=B0=D1=82=D0=BD?= =?UTF-8?q?=D0=BE=20=E2=80=94=202.5=D1=81=20=D0=BC=D0=B0=D0=BB=D0=BE=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20HTTP/2?= 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 bdadc7f..57c5c45 100644 --- a/site/templates/upload.html +++ b/site/templates/upload.html @@ -60,7 +60,7 @@
Nubes - Сверка договоров v2.0.6 + Сверка договоров v2.0.7
@@ -208,7 +208,7 @@ if (!data.ok) { reject(new Error(data.error)); return; } done++; if (onProgress) onProgress({pct: Math.round(done / totalChunks * 100), done: done, total: totalChunks}); - setTimeout(function() { sendChunk(i + 1); }, 2500); // дать HTTP/2 стримам закрыться + setTimeout(function() { sendChunk(i + 1); }, 3000); // дать HTTP/2 стримам закрыться }).catch(function(e) { reject(e); }); } sendChunk(0);