Increase default target-peer count to 80 (#3005)
Increase the default peer count from 50 to 80
This commit is contained in:
parent
b6493d5e24
commit
e34524be75
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user