mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 14:24:47 -07:00
global: big snapshot part 2
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user