Skip to content

Commit ef92f8f

Browse files
authored
fix: remove subscribe all subnet nimbus (ethereum#719)
Signed-off-by: Barnabas Busa <[email protected]>
1 parent 6348c0b commit ef92f8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cl/nimbus/nimbus_launcher.star

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ def get_beacon_config(
296296
# https://discord.com/channels/641364059387854899/674288681737256970/922890280120750170
297297
# https://github.com/status-im/nimbus-eth2/issues/2451
298298
"--doppelganger-detection=false",
299-
# Set per Pari's recommendation to reduce noise in the logs
300-
"--subscribe-all-subnets=true",
301299
# Nimbus can handle a max of 256 threads, if the host has more then nimbus crashes. Setting it to 4 so it doesn't crash on build servers
302300
"--num-threads=4",
303301
"--jwt-secret=" + constants.JWT_MOUNT_PATH_ON_CONTAINER,

0 commit comments

Comments
 (0)