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