global: fixes

This commit is contained in:
nym21
2025-12-06 21:35:19 +01:00
parent f280b03cab
commit f23907768f
30 changed files with 439 additions and 295 deletions

View File

@@ -94,7 +94,7 @@ impl Vecs {
prev_timestamp = Some(v);
Ok(())
})?;
self.height_to_price_ohlc_in_cents.safe_flush(exit)?;
self.height_to_price_ohlc_in_cents.safe_write(exit)?;
let index = starting_indexes
.dateindex
@@ -130,7 +130,7 @@ impl Vecs {
Ok(())
})?;
self.dateindex_to_price_ohlc_in_cents.safe_flush(exit)?;
self.dateindex_to_price_ohlc_in_cents.safe_write(exit)?;
Ok(())
}