Skip to content

Commit f29c276

Browse files
committed
use default maxBatchCallSize
1 parent 8673b6a commit f29c276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const createSquidProcessor = (
2828
.setGateway(lookupArchive(archive))
2929
.setRpcEndpoint({
3030
url,
31-
maxBatchCallSize: url.includes('alchemy.com') ? 1 : 10,
31+
maxBatchCallSize: url.includes('alchemy.com') ? 1 : undefined,
3232
})
3333
.setRpcDataIngestionSettings({
3434
disabled: process.env.ARCHIVE_ONLY === 'true',

0 commit comments

Comments
 (0)