Skip to content

Commit

Permalink
increase filter max block range
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Jan 28, 2025
1 parent 9fccd26 commit 190f43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonrpc/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
// DefaultFilterTimeout is the default filter timeout, how long filters stay active.
DefaultFilterTimeout = 5 * time.Minute
// DefaultFilterMaxBlockRange is the default maximum number of blocks that can be queried in a filter.
DefaultFilterMaxBlockRange = 500
DefaultFilterMaxBlockRange = 1_000_000
// DefaultLogCacheSize is the maximum number of cached blocks.
DefaultLogCacheSize = 32
// DefaultGasMultiplier is the default gas multiplier for the EVM state transition.
Expand Down

0 comments on commit 190f43e

Please sign in to comment.