global: big snapshot part 2

This commit is contained in:
nym21
2026-04-13 22:47:08 +02:00
parent 765261648d
commit 283baca848
93 changed files with 3242 additions and 3067 deletions

View File

@@ -301,6 +301,10 @@ impl Indexer {
drop(readers);
export(stores, vecs, height)?;
readers = Readers::new(vecs);
if height == Height::new(500_000) {
break;
}
}
*self.tip_blockhash.write() = block.block_hash().into();