pub const STELLAR_MAX_TOTAL_STATUS_FAILURES: u32 = 300;Expand description
Maximum total status check failures before forcing finalization for Stellar.
With worker backoff capped at 3s, 300 failures ≈ 15 minutes of monitoring. Safety net for flaky RPC.