Skip to content

Commit

Permalink
Increase default assignment fetch timeout to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
kalabukdima committed Jan 17, 2025
1 parent f36f64c commit efaae83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub struct Args {
#[clap(env = "ASSIGNMENT_CHECK_INTERVAL_SEC", hide(true), value_parser=parse_seconds, default_value = "60")]
pub assignment_check_interval: Duration,

#[clap(env = "ASSIGNMENT_FETCH_TIMEOUT_SEC", hide(true), value_parser=parse_seconds, default_value = "15")]
#[clap(env = "ASSIGNMENT_FETCH_TIMEOUT_SEC", hide(true), value_parser=parse_seconds, default_value = "30")]
pub assignment_fetch_timeout: Duration,

#[command(flatten)]
Expand Down

0 comments on commit efaae83

Please sign in to comment.