Skip to content

Commit

Permalink
Merge pull request #2453 from subspace/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
nazar-pc authored Jan 25, 2024
2 parents 2d7a75d + 6853559 commit b986d86
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 b986d86

Please sign in to comment.