feat: increase size of index
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
b9e1184a7a
commit
0e03a8b9ac
@ -111,7 +111,7 @@ pub struct Storage {
|
||||
impl Storage {
|
||||
pub fn new(backend: StorageBackend) -> Self {
|
||||
Self {
|
||||
segment_size_bytes: 4096 * 100, // 4MB
|
||||
segment_size_bytes: 4096 * 1000, // 4MB
|
||||
buffer: Arc::default(),
|
||||
backend: Arc::new(backend),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user