switch IoMode::preferred() back to Buffered

Signed-off-by: Yuchen Liang <yuchen@neon.tech>
This commit is contained in:
Yuchen Liang
2024-12-09 19:09:25 +00:00
parent 7261e426cc
commit 18cf3d6609

View File

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