4MB write buffer

This commit is contained in:
John Spray
2024-07-20 19:07:02 +01:00
parent 2ce975e405
commit 081161060e

View File

@@ -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> {