Skip to content

Commit 95a8dc7

Browse files
testing to see if this makes any more of a difference
1 parent 2ce8e29 commit 95a8dc7

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
-41 Bytes
Binary file not shown.
-5 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.

scripts/utils/batch-promises.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export async function batchPromises(
2020
batchName,
2121
arrayToBatch,
2222
asyncMapFn,
23-
{ batchSize = 16, loggingEnabled = true } = {
24-
batchSize: 16,
23+
{ batchSize = 64, loggingEnabled = true } = {
24+
batchSize: 64,
2525
loggingEnabled: true,
2626
},
2727
) {

0 commit comments

Comments
 (0)