remove hacked cacheflush on cli app

This commit is contained in:
Pere Diaz Bou
2025-06-24 19:23:52 +02:00
parent 22f9cd695d
commit 4c3ca2caee

View File

@@ -840,10 +840,6 @@ impl Limbo {
anyhow::bail!("We have to throw here, even if we printed error");
}
}
// for now let's cache flush always
while let PagerCacheflushStatus::IO = self.conn.cacheflush()? {
self.io.run_once()?;
}
Ok(())
}