Constant EVM_MAX_CONSECUTIVE_STATUS_FAILURES

Source
pub const EVM_MAX_CONSECUTIVE_STATUS_FAILURES: u32 = 25;
Expand description

Maximum consecutive status check failures before forcing finalization for EVM networks.

With worker backoff capped at 12s, 25 failures ≈ 5 minutes of monitoring. Quick trigger for complete RPC outage - if RPC is down for 5 min straight, act.