mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-25 04:30:40 +00:00
Changed block size to 16K
This commit is contained in:
@@ -9,7 +9,7 @@ use lz4;
|
||||
use super::StoreReader;
|
||||
use super::OffsetIndex;
|
||||
|
||||
const BLOCK_SIZE: usize = 131_072;
|
||||
const BLOCK_SIZE: usize = 16_384;
|
||||
|
||||
pub struct StoreWriter {
|
||||
doc: DocId,
|
||||
|
||||
Reference in New Issue
Block a user