mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-27 01:54:47 -07:00
comp + vec: tiny opti
This commit is contained in:
@@ -427,7 +427,9 @@ where
|
||||
}
|
||||
};
|
||||
|
||||
self.mut_file().write_all(&bytes)?;
|
||||
let file = self.mut_file();
|
||||
file.write_all(&bytes)?;
|
||||
file.sync_all()?;
|
||||
|
||||
self.reset_caches();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user