чанки в памяти (не БД), 30KB + 60s timeout, v1.43

This commit is contained in:
2026-06-17 23:00:04 +04:00
parent 92f929315a
commit 2525ad039f
2 changed files with 24 additions and 63 deletions
+2 -2
View File
@@ -59,7 +59,7 @@
<body>
<div class="topbar">
<img src="{{ url_for('static', filename='nubes-logo.svg') }}" alt="Nubes">
<span class="title">Сверка договоров <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.42</span></span>
<span class="title">Сверка договоров <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.43</span></span>
</div>
<div class="content">
@@ -173,7 +173,7 @@
var xhr = new XMLHttpRequest();
xhr.open('POST', '/chunk_json');
xhr.setRequestHeader('Content-Type', 'application/json');
xhr.timeout = 15000;
xhr.timeout = 60000;
xhr.onload = function() {
if (xhr.status === 200) {
try {