pub const STELLAR_RESUBMIT_BASE_INTERVAL_SECONDS: i64 = 10;Expand description
Base interval (seconds) for resubmitting a Submitted transaction. Stellar Core retries internally for ~3 ledgers (~15s). We start resubmitting at 10s to ensure the transaction is back in the mempool before Core’s window closes.