We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d7a75d + 6853559 commit b986d86Copy full SHA for b986d86
crates/subspace-farmer/src/bin/subspace-farmer/commands/farm.rs
@@ -108,7 +108,7 @@ pub(crate) struct FarmingArgs {
108
#[arg(long, alias = "metrics-endpoint")]
109
metrics_endpoints: Vec<SocketAddr>,
110
/// Defines how many sectors farmer will download concurrently, allows to limit memory usage of
111
- /// the plotting process, defaults to `--sector-downloading-concurrency` + 1 to download future
+ /// the plotting process, defaults to `--sector-encoding-concurrency` + 1 to download future
112
/// sector ahead of time
113
#[arg(long)]
114
sector_downloading_concurrency: Option<NonZeroUsize>,
0 commit comments