MAX_NONCE_TOO_HIGH_RETRIES

Constant MAX_NONCE_TOO_HIGH_RETRIES 

Source
pub const MAX_NONCE_TOO_HIGH_RETRIES: u32 = 3;
Expand description

Maximum number of “nonce too high” retries before escalating to a nonce health job. With ~25s between retries (driven by status checker resend timeout), this means escalation happens within ~75s — enough time for transient burst ordering to resolve.