From b15c3f26b7337eaca0a043267884cfb23ed0e8da Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 14 Nov 2024 13:33:43 +0100 Subject: [PATCH] chore: updated reth max peers to 100 (default) --- reth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reth.yml b/reth.yml index fcc4b884..7ab831ff 100644 --- a/reth.yml +++ b/reth.yml @@ -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