mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 12:56:12 +00:00
Re-assess Lighthouse's peer count for Fusaka (#7877)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user