Skip to content

Commit

Permalink
Merge pull request #15 from dappnode/pablomendezroyo-patch-1
Browse files Browse the repository at this point in the history
Add RPC_MAX_LOG_RANGE and set default to 10000000
  • Loading branch information
pablomendezroyo authored Dec 19, 2024
2 parents a39c395 + a618259 commit e943586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions besu/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ exec besu --rpc-ws-enabled="${WS_ENABLED}" \
--rpc-ws-enabled=true \
--rpc-http-host='0.0.0.0' \
--rpc-http-enabled=true \
--rpc-max-logs-range="${RPC_MAX_LOGS_RANGE}" \
--host-allowlist=* \
--rpc-http-cors-origins=* \
--rpc-ws-port=8546 \
Expand Down
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:
- data:/var/lib/besu
environment:
RPC_MAX_LOG_RANGE: "10000000"
STORAGE_FORMAT: BONSAI
SYNC_MODE: CHECKPOINT
CONFIG_MODE: normal
Expand Down

0 comments on commit e943586

Please sign in to comment.