Commit 6348c0b4 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: remove subscribe-all-subnets from default prysm config (#717)

Signed-off-by: default avatarBarnabas Busa <busa.barnabas@gmail.com>
parent 49d4ccb5
...@@ -261,8 +261,6 @@ def get_beacon_config( ...@@ -261,8 +261,6 @@ def get_beacon_config(
"--verbosity=" + log_level, "--verbosity=" + log_level,
"--slots-per-archive-point={0}".format(32 if constants.ARCHIVE_MODE else 8192), "--slots-per-archive-point={0}".format(32 if constants.ARCHIVE_MODE else 8192),
"--suggested-fee-recipient=" + constants.VALIDATING_REWARDS_ACCOUNT, "--suggested-fee-recipient=" + constants.VALIDATING_REWARDS_ACCOUNT,
# Set per Pari's recommendation to reduce noise
"--subscribe-all-subnets=true",
"--jwt-secret=" + constants.JWT_MOUNT_PATH_ON_CONTAINER, "--jwt-secret=" + constants.JWT_MOUNT_PATH_ON_CONTAINER,
"--enable-debug-rpc-endpoints=true", "--enable-debug-rpc-endpoints=true",
# vvvvvvvvv METRICS CONFIG vvvvvvvvvvvvvvvvvvvvv # vvvvvvvvv METRICS CONFIG vvvvvvvvvvvvvvvvvvvvv
......
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