Skip to content

Commit 40479da

Browse files
committed
1 parent 45a0fed commit 40479da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/importData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ export async function checkDuplicates(objectIds, className, options) {
385385
}
386386

387387
const { serverURL, applicationId, masterKey } = options || {};
388-
const CHUNK_SIZE = 1000;
388+
const CHUNK_SIZE = 100;
389389
const allExisting = [];
390390

391391
for (let i = 0; i < objectIds.length; i += CHUNK_SIZE) {

0 commit comments

Comments
 (0)