Skip to content

Commit 6f71315

Browse files
committed
Update maxBlocksBatchSize
1 parent 87ce745 commit 6f71315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indexer/indexer.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class IndexerService {
2828
private readonly accountAddress: string
2929
private readonly tokenFactoryContract: Contract<ContractAbi>
3030
private readonly maxBlocksRange = 1000
31-
private readonly maxBlocksBatchSize = 10
31+
private readonly maxBlocksBatchSize = 5
3232

3333
constructor(
3434
private configService: ConfigService,

0 commit comments

Comments
 (0)