Reinstate correct num_pages
This commit is contained in:
parent
bb5186196f
commit
fc1742e24f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ VERSION = 1
|
|||
METADATA_CONSTANT = b'mwmbl-tiny-search'
|
||||
METADATA_SIZE = 4096
|
||||
|
||||
NUM_PAGES = 10_240
|
||||
NUM_PAGES = 10_240_000
|
||||
PAGE_SIZE = 4096
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue