We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b560377 commit c2b8ebfCopy full SHA for c2b8ebf
backend/telemetry_core/src/main.rs
@@ -80,7 +80,7 @@ struct Opts {
80
#[structopt(long)]
81
aggregator_queue_len: Option<usize>,
82
/// How many nodes from third party chains are allowed to connect before we prevent connections from them.
83
- #[structopt(long, default_value = "7000")]
+ #[structopt(long, default_value = "3000")]
84
max_third_party_nodes: usize,
85
/// Flag to expose the node's details (IP address, SysInfo, HwBench) of all connected
86
/// nodes to the feed subscribers.
0 commit comments