change it preferred back to IoMode::Buffered

Signed-off-by: Yuchen Liang <yuchen@neon.tech>
This commit is contained in:
Yuchen Liang
2024-12-10 22:42:23 +00:00
parent 6fa9a13ad4
commit 0066f23c65

View File

@@ -1084,7 +1084,7 @@ pub mod virtual_file {
impl IoMode {
pub const fn preferred() -> Self {
Self::Direct
Self::Buffered
}
}