Re-assess Lighthouse's peer count for Fusaka (#7877)

This commit is contained in:
Age Manning
2025-08-21 16:12:53 +10:00
committed by GitHub
parent f19d4f6af1
commit c9ffdf7f71
3 changed files with 4 additions and 9 deletions

View File

@@ -1467,10 +1467,6 @@ pub fn set_network_config(
if parse_flag(cli_args, "proposer-only") {
config.subscribe_all_subnets = false;
if cli_args.get_one::<String>("target-peers").is_none() {
// If a custom value is not set, change the default to 15
config.target_peers = 15;
}
config.proposer_only = true;
warn!(
info = "Proposer-only mode enabled",