Increase default target-peer count to 80 (#3005)

Increase the default peer count from 50 to 80
This commit is contained in:
Age Manning 2022-03-02 01:05:07 +00:00
parent b6493d5e24
commit e34524be75

View File

@ -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(