New index; more pages
This commit is contained in:
parent
bdf0fd1797
commit
6e5e56f99a
2 changed files with 3 additions and 3 deletions
|
@ -8,5 +8,5 @@ server_config:
|
|||
|
||||
index_config:
|
||||
index_path: data/index.tinysearch
|
||||
num_pages: 25600
|
||||
page_size: 4096
|
||||
num_pages: 76800
|
||||
page_size: 4096
|
||||
|
|
|
@ -9,7 +9,7 @@ import mmh3
|
|||
from zstandard import ZstdDecompressor, ZstdCompressor, ZstdError
|
||||
|
||||
|
||||
NUM_PAGES = 25600
|
||||
NUM_PAGES = 76800
|
||||
PAGE_SIZE = 4096
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue