From e34524be75cde1f017b86af6ffb6984950f296b5 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Wed, 2 Mar 2022 01:05:07 +0000 Subject: [PATCH] Increase default target-peer count to 80 (#3005) Increase the default peer count from 50 to 80 --- beacon_node/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/src/cli.rs b/beacon_node/src/cli.rs index 5150ab492b..41e787b677 100644 --- a/beacon_node/src/cli.rs +++ b/beacon_node/src/cli.rs @@ -93,7 +93,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> { Arg::with_name("target-peers") .long("target-peers") .help("The target number of peers.") - .default_value("50") + .default_value("80") .takes_value(true), ) .arg(