mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 00:45:37 +01:00
remove hacked cacheflush on cli app
This commit is contained in:
@@ -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(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user