pub const STELLAR_RESUBMIT_GROWTH_FACTOR: f64 = 1.5;
Growth factor for resubmit backoff. Each tier multiplies the interval by this factor. With base=10 and factor=1.5: 10s → 15s → 22s → 33s → 50s → 75s → 113s → 120s (capped).