Skip to content

Commit d2ef481

Browse files
committed
fix: expose connection manager init for tests
1 parent 5658e82 commit d2ef481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/ring/connection_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ impl ConnectionManager {
8282
)
8383
}
8484

85-
fn init(
85+
pub(crate) fn init(
8686
max_upstream_bandwidth: Rate,
8787
max_downstream_bandwidth: Rate,
8888
min_connections: usize,

0 commit comments

Comments
 (0)