global: speed improvement part2

This commit is contained in:
nym21
2026-04-09 14:02:26 +02:00
parent 21a0226a19
commit 5a3e1b4e6e
24 changed files with 137 additions and 160 deletions
+3 -3
View File
@@ -60,9 +60,9 @@ impl Query {
let blockhash = indexer
.vecs
.blocks
.blockhash
.reader()
.get(usize::from(height));
.cached_blockhash
.collect_one(height)
.data()?;
// Convert timestamp to ISO 8601 format
let ts_secs: i64 = (*best_ts).into();