Skip to content

Commit

Permalink
fix: increase-future-pool arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha committed Jul 12, 2024
1 parent 576f9ce commit ea0917c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ pub struct Cli {
///
/// This switch makes that transactions still can be dropped, but only when there is more transactions than the pool
/// size configured with `--pool-limit` (amount of txes), `--pool-kbytes` (size of all txes in kbytes).
#[clap(long)]
pub increase_future_pool: bool,

/// Relaychain arguments
Expand Down

0 comments on commit ea0917c

Please sign in to comment.