review: change IoMode default back to Buffered

Signed-off-by: Yuchen Liang <yuchen@neon.tech>
This commit is contained in:
Yuchen Liang
2024-11-25 04:21:05 +00:00
parent 0f63c957a6
commit 54d253d51a

View File

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