pub const STELLAR_MAX_STUCK_TRANSACTION_LIFETIME_MINUTES: i64 = 15;Expand description
Maximum lifetime for stuck transactions (Sent, Pending, Submitted) before marking as Failed (15 minutes) Safety net for transactions without time bounds - prevents infinite retries.