Browse Source

10x index size

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

+ 1 - 1
mwmbl/tinysearchengine/indexer.py

@@ -12,7 +12,7 @@ VERSION = 1
 METADATA_CONSTANT = b'mwmbl-tiny-search'
 METADATA_SIZE = 4096
 
-NUM_PAGES = 512000
+NUM_PAGES = 5_120_000
 PAGE_SIZE = 4096