Skip to content

Commit

Permalink
Temporarily decrease log size so we don't parse too many events durin…
Browse files Browse the repository at this point in the history
…g the distribution event
  • Loading branch information
prevostc committed Oct 24, 2023
1 parent f9790cb commit 7fc48d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/config/rpc-limitations.json
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@
"restrictToMode": null,
"isArchiveNode": true,
"minDelayBetweenCalls": 1000,
"maxGetLogsBlockSpan": 5000,
"maxGetLogsBlockSpan": 100,
"maxGetLogsAddressBatchSize": 100,
"internalTimeoutMs": null,
"disableBatching": false,
Expand Down

0 comments on commit 7fc48d6

Please sign in to comment.