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.
1 parent 6aebc2e commit c834fafCopy full SHA for c834faf
opsqueue/src/config.rs
@@ -70,7 +70,7 @@ pub struct Config {
70
#[arg(long, default_value_t = 3)]
71
pub max_missable_heartbeats: usize,
72
73
- /// Maximum number of times a chunk is retried before permanently failiing
+ /// Maximum number of times a chunk is retried before permanently failing
74
/// the full submission the chunk is a part of.
75
#[arg(long, default_value_t = 10)]
76
pub max_chunk_retries: u32,
0 commit comments