New index; more pages

This commit is contained in:
Daoud Clarke 2022-02-04 18:08:23 +00:00
parent bdf0fd1797
commit 6e5e56f99a
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -9,7 +9,7 @@ import mmh3
from zstandard import ZstdDecompressor, ZstdCompressor, ZstdError
NUM_PAGES = 25600
NUM_PAGES = 76800
PAGE_SIZE = 4096