чанки в памяти (не БД), 30KB + 60s timeout, v1.43
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user