Skip to content

Commit

Permalink
Update substrate/client/cli/src/commands/run_cmd.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Xiliang Chen <[email protected]>
  • Loading branch information
niklasad1 and xlc authored Feb 16, 2024
1 parent 2451e27 commit 7fc7e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/client/cli/src/commands/run_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub struct RunCmd {
/// This is disabled by default.
///
/// For example `--rpc-rate-limit 10` will maximum allow
/// 10 calls per minute.
/// 10 calls per minute per connection.
#[arg(long)]
pub rpc_rate_limit: Option<NonZeroU32>,

Expand Down

0 comments on commit 7fc7e11

Please sign in to comment.