Skip to content

Commit c834faf

Browse files
committed
fixup! Allow configuring the max number of chunk retries
1 parent 6aebc2e commit c834faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opsqueue/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub struct Config {
7070
#[arg(long, default_value_t = 3)]
7171
pub max_missable_heartbeats: usize,
7272

73-
/// Maximum number of times a chunk is retried before permanently failiing
73+
/// Maximum number of times a chunk is retried before permanently failing
7474
/// the full submission the chunk is a part of.
7575
#[arg(long, default_value_t = 10)]
7676
pub max_chunk_retries: u32,

0 commit comments

Comments
 (0)