pub(crate) fn heartbeat_interval(
explicit_ms: Option<u64>,
lease_ttl_secs: f64,
) -> DurationExpand description
Heartbeat period: explicit --heartbeat-interval-ms, else a third of the
lease TTL (clamped to at least 1s so a tiny TTL can’t busy-loop).