pub const DEFAULT_HEALTH_PROBE_INTERVAL: Duration;Expand description
Default spec.health.probe.interval when unset: how often an opt-in backend
health probe re-connects a Ready repository to confirm the kopia repository
still exists at the backend. Off by default; only meaningful once
spec.health.probe.enabled: true. Conservative — a vanished/unreachable
repository is rare and the probe runs a short mover Job — so it leans long.
Part of the documented API contract, so it lives here, not in the controller.