v0.3.14-pre.011-fix.001
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-worker-raw-transaction-ingest-lib/src/continuity.rs
|
||||
// version: 10
|
||||
// version: 11
|
||||
|
||||
/// Maximum number of slots admitted by one private continuity HTTP discovery window outside this module.
|
||||
pub(crate) const MAX_RAW_TRANSACTION_INGEST_CONTINUITY_DISCOVERY_WINDOW_SLOTS: u64 = MAX_RAW_TRANSACTION_INGEST_REPAIR_DISCOVERY_WINDOW_SLOTS;
|
||||
@@ -473,7 +473,7 @@ impl RawTransactionIngestGapLedger {
|
||||
let mut http_scan_repair_total = 0_u64;
|
||||
let mut repair_block_fetch_total = 0_u64;
|
||||
let mut repair_transaction_hydration_total = 0_u64;
|
||||
let mut oldest_open_gap_start_slot = std::option::Option::None;
|
||||
let mut oldest_open_gap_start_slot: std::option::Option<u64> = std::option::Option::None;
|
||||
let mut gaps = std::vec::Vec::with_capacity(MAX_RAW_TRANSACTION_INGEST_OPEN_REPAIR_GAPS);
|
||||
for gap in &self.gaps {
|
||||
if gap.state.is_open() {
|
||||
|
||||
Reference in New Issue
Block a user