Skip to content

Commit

Permalink
add RPC_MAX_BLOCKS_PER_FILTER flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mateumiralles committed Dec 19, 2024
1 parent ef3e3c2 commit 9a05586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
volumes:
- reth:/data/reth
environment:
RPC_MAX_LOG_RANGE: "0"
EXTRA_OPTS: null
ARCHIVE_NODE: "false"
restart: unless-stopped
Expand Down
1 change: 1 addition & 0 deletions reth/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ exec reth \
--ws.port 8546 \
--ws.origins "*" \
--engine.legacy \
--rpc.max-blocks-per-filter="${RPC_MAX_BLOCKS_PER_FILTER}" \
--authrpc.addr 0.0.0.0 \
--authrpc.port 8551 \
--authrpc.jwtsecret "${JWT_PATH}" ${EXTRA_OPTS}

0 comments on commit 9a05586

Please sign in to comment.