Commit ef92f8f4 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: remove subscribe all subnet nimbus (#719)

Signed-off-by: default avatarBarnabas Busa <busa.barnabas@gmail.com>
parent 6348c0b4
......@@ -296,8 +296,6 @@ def get_beacon_config(
# https://discord.com/channels/641364059387854899/674288681737256970/922890280120750170
# https://github.com/status-im/nimbus-eth2/issues/2451
"--doppelganger-detection=false",
# Set per Pari's recommendation to reduce noise in the logs
"--subscribe-all-subnets=true",
# 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
"--num-threads=4",
"--jwt-secret=" + constants.JWT_MOUNT_PATH_ON_CONTAINER,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment