Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Jan 25, 2024
1 parent ecfb6bc commit 6853559
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pub(crate) struct FarmingArgs {
#[arg(long, alias = "metrics-endpoint")]
metrics_endpoints: Vec<SocketAddr>,
/// Defines how many sectors farmer will download concurrently, allows to limit memory usage of
/// the plotting process, defaults to `--sector-downloading-concurrency` + 1 to download future
/// the plotting process, defaults to `--sector-encoding-concurrency` + 1 to download future
/// sector ahead of time
#[arg(long)]
sector_downloading_concurrency: Option<NonZeroUsize>,
Expand Down

0 comments on commit 6853559

Please sign in to comment.