computer: more frequent flushes

This commit is contained in:
nym21
2025-06-01 16:11:13 +02:00
parent cbcf603b63
commit 98a312701f

View File

@@ -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)?;