diff --git a/op/geth-entrypoint b/op/geth-entrypoint index f8e50580..a4078453 100755 --- a/op/geth-entrypoint +++ b/op/geth-entrypoint @@ -62,7 +62,7 @@ exec ./geth \ --state.scheme=${GETH_STATE_SCHEME:-path} \ --db.engine=${GETH_DB_ENGINE:-pebble} \ --discovery.port=${P2P_PORT:-30303} \ - --maxpeers=100 \ + --maxpeers=${GETH_MAXPEERS:-100} \ --nat=extip:$HOST_IP \ --networkid="$CHAIN_ID" \ --rollup.halt=major \