Skip to content

Commit

Permalink
feat: ✨ added max peers to Reth (EL)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorelec14 authored Nov 13, 2024
1 parent 63512b8 commit d148e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ services:
- ${EE_PORT:-8551}
- --authrpc.jwtsecret
- /var/lib/reth/ee-secret/jwtsecret
- --max-outbound-peers
- ${EL_MAX_PEER_COUNT:-50}
labels:
- metrics.scrape=true
- metrics.path=/metrics
Expand Down

0 comments on commit d148e8d

Please sign in to comment.