Skip to content

Commit

Permalink
chore: updated reth max peers to 100 (default)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorelec14 authored Nov 14, 2024
1 parent d148e8d commit b15c3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:
- --authrpc.jwtsecret
- /var/lib/reth/ee-secret/jwtsecret
- --max-outbound-peers
- ${EL_MAX_PEER_COUNT:-50}
- ${EL_MAX_PEER_COUNT:-100}
labels:
- metrics.scrape=true
- metrics.path=/metrics
Expand Down

0 comments on commit b15c3f2

Please sign in to comment.