Skip to content

Commit 3c4e1e9

Browse files
committed
chore: typo
1 parent c402ff3 commit 3c4e1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/net/tests/convergence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fn setup_peer_config(
7979

8080
conf.connection_opts.max_neighbors_per_host = MAX_NEIGHBORS_DATA_LEN as u64;
8181

82-
// Allow up to `peer_count`` neighbors per host and per org by default.
82+
// Allow up to `peer_count` neighbors per host and per org by default.
8383
// These tests are looking for convergence, so we do not want to prune and
8484
// cause non-determininistic behavior.
8585
conf.connection_opts.soft_max_neighbors_per_host = peer_count as u64;

0 commit comments

Comments
 (0)