Browse Source

Reinstate correct num_pages

Daoud Clarke 2 years ago
parent
commit
fc1742e24f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mwmbl/tinysearchengine/indexer.py

+ 1 - 1
mwmbl/tinysearchengine/indexer.py

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