mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-07 22:20:36 +00:00
4MB write buffer
This commit is contained in:
@@ -28,7 +28,7 @@ use crate::{
|
||||
},
|
||||
};
|
||||
|
||||
const TAIL_SZ: usize = 64 * 1024;
|
||||
const TAIL_SZ: usize = 4096 * 1024;
|
||||
|
||||
/// See module-level comment.
|
||||
pub struct RW<W: OwnedAsyncWriter> {
|
||||
|
||||
Reference in New Issue
Block a user