mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 23:29:58 -07:00
computer: more frequent flushes
This commit is contained in:
@@ -1419,7 +1419,7 @@ impl Vecs {
|
||||
)
|
||||
})?;
|
||||
|
||||
if height != Height::ZERO && height.unwrap_to_usize() % 100_000 == 0 {
|
||||
if height != Height::ZERO && height.unwrap_to_usize() % 50_000 == 0 {
|
||||
info!("Flushing...");
|
||||
exit.block();
|
||||
self.flush_vecs(height, exit)?;
|
||||
|
||||
Reference in New Issue
Block a user