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 @@
 }})
-
Сверка договоров 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);