diff --git a/crates/brk_computer/src/vecs/stateful/mod.rs b/crates/brk_computer/src/vecs/stateful/mod.rs index 2eb897389..335c0b0d8 100644 --- a/crates/brk_computer/src/vecs/stateful/mod.rs +++ b/crates/brk_computer/src/vecs/stateful/mod.rs @@ -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)?;