Skip to content

Commit

Permalink
Fix default config regression in master
Browse files Browse the repository at this point in the history
Fixes minor regression where if the "max_action_timeout" was not set
it would not not allow the worker to start.
  • Loading branch information
allada committed Jul 27, 2023
1 parent fdc6d9b commit bca2f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/cas_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ pub struct LocalWorkerConfig {
/// longer than this time limit, the task will be rejected. Value in seconds.
///
/// Default: 1200 (seconds / 20 mins)
#[serde(default, deserialize_with = "convert_numeric_with_shellexpand")]
pub max_action_timeout: usize,

/// The command to execute on every execution request. This will be parsed as
Expand Down

0 comments on commit bca2f3d

Please sign in to comment.