Skip to content

Commit c2b8ebf

Browse files
Update main.rs
back to 3k
1 parent b560377 commit c2b8ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/telemetry_core/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ struct Opts {
8080
#[structopt(long)]
8181
aggregator_queue_len: Option<usize>,
8282
/// How many nodes from third party chains are allowed to connect before we prevent connections from them.
83-
#[structopt(long, default_value = "7000")]
83+
#[structopt(long, default_value = "3000")]
8484
max_third_party_nodes: usize,
8585
/// Flag to expose the node's details (IP address, SysInfo, HwBench) of all connected
8686
/// nodes to the feed subscribers.

0 commit comments

Comments
 (0)