feat: set notification to 4mb
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
4d37578c59
commit
c726f3d1a9
@ -69,7 +69,7 @@ pub struct Storage {
|
|||||||
impl Storage {
|
impl Storage {
|
||||||
pub fn new(backend: StorageBackend) -> Self {
|
pub fn new(backend: StorageBackend) -> Self {
|
||||||
Self {
|
Self {
|
||||||
segment_size_bytes: 4096 * 100, // 4MB
|
segment_size_bytes: 4096 * 1000, // 4MB
|
||||||
buffer: Arc::default(),
|
buffer: Arc::default(),
|
||||||
backend: Arc::new(backend),
|
backend: Arc::new(backend),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user