This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
--max-peers not honored if --min-peers is not specified #7576
Labels
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
M2-config 📂
Chain specifications and node configurations.
M4-core ⛓
Core client code / Rust.
Q2-easy 💃
Can be fixed by copy and pasting from StackOverflow.
Milestone
Running command:
does not limit the maximum number of peers, unless
--min-peers
is specified too.It seems that the default value of min-peers prevails CLI option of
--max-peers
. When--max-peers
is specified to be lower than the min-peers default value, then it is not honored.Expected behavior is that explicitly expressed options always prevails defaults, so
--max-peers
should have been honored.File
~/.local/share/io.parity.ethereum/config.toml
does not exist on the affected system.The text was updated successfully, but these errors were encountered: