Skip to content

Commit

Permalink
Fix serialization of ephemeral_connection_timeout config option
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Dec 18, 2024
1 parent 7e6d428 commit d49cf7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/crates/config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ pub struct DiscoveryConfig {

/// Ephemeral connection timeout
#[serde(default)]
#[serde(with = "humantime_serde")]
pub ephemeral_connection_timeout: Duration,
}

Expand Down

0 comments on commit d49cf7f

Please sign in to comment.