Skip to content

Commit

Permalink
Merge branch 'rocket-pool:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
benv666 authored May 24, 2023
2 parents 7b7e0c3 + 804e7a0 commit 79f714a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/scripts/start-bn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ if [ "$CC_CLIENT" = "lighthouse" ]; then
--http-allow-sync-stalled \
--execution-jwt=/secrets/jwtsecret \
--always-prefer-builder-payload \
--historic-state-cache-size 2 \
$BN_ADDITIONAL_FLAGS"

# Performance tuning for ARM systems
Expand Down Expand Up @@ -223,7 +224,6 @@ if [ "$CC_CLIENT" = "prysm" ]; then
--eth1-header-req-limit 150 \
--jwt-secret=/secrets/jwtsecret \
--api-timeout 600 \
--build-block-parallel \
$BN_ADDITIONAL_FLAGS"

if [ ! -z "$MEV_BOOST_URL" ]; then
Expand Down

0 comments on commit 79f714a

Please sign in to comment.