Skip to content

Commit

Permalink
Fix typo with CLI option that no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Sep 17, 2024
1 parent 93f9cae commit 522d9e6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ pub(super) struct PlotterArgs {
/// Piece getter concurrency.
///
/// Increase can result in NATS communication issues if too many messages arrive via NATS, but
/// are not processed quickly enough for some reason and might require increasing cluster-level
/// `--nats-pool-size` parameter.
/// are not processed quickly enough for some reason.
#[arg(long, default_value = "32")]
piece_getter_concurrency: NonZeroUsize,
/// Plotting options only used by CPU plotter
Expand Down

0 comments on commit 522d9e6

Please sign in to comment.