fix of the json upload format
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user