global: fixes

This commit is contained in:
nym21
2025-12-06 21:35:19 +01:00
parent f280b03cab
commit f23907768f
30 changed files with 439 additions and 295 deletions

View File

@@ -205,7 +205,7 @@ impl Vecs {
Ok(())
})?;
self.height_to_pool.safe_flush(exit)?;
self.height_to_pool.safe_write(exit)?;
Ok(())
}
}