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 c402ff3 commit 3c4e1e9Copy full SHA for 3c4e1e9
stackslib/src/net/tests/convergence.rs
@@ -79,7 +79,7 @@ fn setup_peer_config(
79
80
conf.connection_opts.max_neighbors_per_host = MAX_NEIGHBORS_DATA_LEN as u64;
81
82
- // Allow up to `peer_count`` neighbors per host and per org by default.
+ // Allow up to `peer_count` neighbors per host and per org by default.
83
// These tests are looking for convergence, so we do not want to prune and
84
// cause non-determininistic behavior.
85
conf.connection_opts.soft_max_neighbors_per_host = peer_count as u64;
0 commit comments