Compare commits

..

1 Commits

Author SHA1 Message Date
Aiirondev_dev bc5e08142a fix of the json upload format 2026-08-04 22:24:55 +02:00
+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();