comp + vec: tiny opti

This commit is contained in:
nym21
2025-04-08 15:38:20 +02:00
parent 1323d988af
commit a7f2b24bac
2 changed files with 8 additions and 5 deletions

View File

@@ -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();