Skip to content

Commit 32e2c1e

Browse files
committed
remove flush db call
1 parent afb105d commit 32e2c1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/database/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ impl Database {
178178
self.inner.remove(&IVec::try_from(&file_path)?)?;
179179
tokio::fs::remove_file(get_fs_path(base_dir, &file_path)).await?;
180180
}
181-
self.flush().await?;
182181
Ok(())
183182
}
184183

0 commit comments

Comments
 (0)