Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 93e74cf

Browse files
cectonbkchr
andauthored
Update client/cli/src/commands/runcmd.rs
Co-Authored-By: Bastian Köcher <[email protected]>
1 parent 2e72f3d commit 93e74cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/cli/src/commands/runcmd.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ pub struct RunCmd {
123123
pub ws_port: Option<u16>,
124124

125125
/// Maximum number of WS RPC server connections.
126-
// NOTE: this is an option so implementations can set their own defaults
127126
#[structopt(long = "ws-max-connections", value_name = "COUNT")]
128127
pub ws_max_connections: Option<usize>,
129128

0 commit comments

Comments
 (0)