We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6348c0b commit ef92f8fCopy full SHA for ef92f8f
src/cl/nimbus/nimbus_launcher.star
@@ -296,8 +296,6 @@ def get_beacon_config(
296
# https://discord.com/channels/641364059387854899/674288681737256970/922890280120750170
297
# https://github.com/status-im/nimbus-eth2/issues/2451
298
"--doppelganger-detection=false",
299
- # Set per Pari's recommendation to reduce noise in the logs
300
- "--subscribe-all-subnets=true",
301
# 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
302
"--num-threads=4",
303
"--jwt-secret=" + constants.JWT_MOUNT_PATH_ON_CONTAINER,
0 commit comments