computer: fixes

This commit is contained in:
nym21
2025-12-27 18:16:30 +01:00
parent de93f08e93
commit f9856cf0aa
23 changed files with 272 additions and 110 deletions

View File

@@ -82,6 +82,7 @@ impl Vecs {
exit: &Exit,
) -> Result<()> {
self.compute_(indexer, indexes, starting_indexes, chain, price, exit)?;
let _lock = exit.lock();
self.db.compact()?;
Ok(())
}