Constant SOLANA_MAX_TOTAL_STATUS_FAILURES

Source
pub const SOLANA_MAX_TOTAL_STATUS_FAILURES: u32 = 115;
Expand description

Maximum total status check failures before forcing finalization for Solana.

With worker backoff capped at 8s, 115 failures ≈ 15 minutes of monitoring. Safety net for flaky RPC.