From bc5e08142a6264a092ee8147e0785b75b85087c6 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Tue, 4 Aug 2026 22:24:55 +0200 Subject: [PATCH] fix of the json upload format --- Web/templates/upload_batch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/templates/upload_batch.html b/Web/templates/upload_batch.html index 8ae00c1..8454ac4 100644 --- a/Web/templates/upload_batch.html +++ b/Web/templates/upload_batch.html @@ -153,7 +153,7 @@ document.getElementById('batchUploadForm').addEventListener('submit', async func imageMap.set(file.name.toLowerCase(), file); }); - const BATCH_SIZE = 50; + const BATCH_SIZE = 20; try { const csvText = await csvFile.text();