Skip to content

Commit

Permalink
fix(code): Fix serialization of ephemeral_connection_timeout config…
Browse files Browse the repository at this point in the history
… option (#708)
  • Loading branch information
romac authored Dec 18, 2024
1 parent 5414259 commit 5bc3481
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 5bc3481

Please sign in to comment.