pub const SERVER_DISCOVERY_PROBE_TIMEOUT_MS: u32 = 1000;Expand description
Server-discovery probe cadence (issue #224 — one shared constant; was independently defined at four call sites across nros-node and nros-c). One probe per second balances “see freshly-declared tokens quickly” against “burn fewer FFI round-trips on a healthy network”; the outer wall-clock budget is the caller’s.