Constant STELLAR_MAX_CONSECUTIVE_STATUS_FAILURES

Source
pub const STELLAR_MAX_CONSECUTIVE_STATUS_FAILURES: u32 = 100;
Expand description

Maximum consecutive status check failures before forcing finalization for Stellar.

With worker backoff capped at 3s, 100 failures ≈ 5 minutes of monitoring. Quick trigger for complete RPC outage.