Closed haikoschol closed 3 weeks ago
According to the CLI documentation, the default for the --min-peers flag is 5. But in the code it is actually set to 0.
--min-peers
Documentation reflects what the code actually does.
The user is bamboozled.
I don't think 0 is a useful default and therefore suggest setting DefaultMinPeers to 5.
DefaultMinPeers
fixed by #4257
Reopening since this commit was reverted on dev, so it is still an active issue
Reclosing, since it was fixed again in #4291. :)
Describe the bug
According to the CLI documentation, the default for the
--min-peers
flag is 5. But in the code it is actually set to 0.Expected Behavior
Documentation reflects what the code actually does.
Current Behavior
The user is bamboozled.
Possible Solution
I don't think 0 is a useful default and therefore suggest setting
DefaultMinPeers
to 5.