mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 00:20:37 +00:00
review: change IoMode default back to Buffered
Signed-off-by: Yuchen Liang <yuchen@neon.tech>
This commit is contained in:
@@ -987,7 +987,7 @@ pub mod virtual_file {
|
||||
|
||||
impl IoMode {
|
||||
pub const fn preferred() -> Self {
|
||||
Self::Direct
|
||||
Self::Buffered
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user