pub const DEFAULT_ENRICH_MAX_RUNTIME_SECS: u64 = 3_600;Expand description
Default wall-clock budget, in seconds, for one enrich run when
--max-runtime is omitted.
Previously an unnamed 3600 inside unwrap_or, contradicted by its own
doc-comment two lines above; naming it is what lets the help text and the
default be read from the same place.