diff --git a/crates/kumo-api-types/src/egress_path.rs b/crates/kumo-api-types/src/egress_path.rs index 83c70cd7..b6e6006f 100644 --- a/crates/kumo-api-types/src/egress_path.rs +++ b/crates/kumo-api-types/src/egress_path.rs @@ -248,7 +248,7 @@ pub struct EgressPathConfig { /// a site has broken TLS for the duration specified. Once /// encountered, we will pretend that EHLO didn't advertise STARTTLS /// on subsequent connection attempts. - #[serde(default)] + #[serde(default, with = "duration_serde")] pub remember_broken_tls: Option, }