fix of the json upload format

This commit is contained in:
2026-08-04 22:24:55 +02:00
parent 373839cf03
commit bc5e08142a
+1 -1
View File
@@ -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();