mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-14 07:39:05 +00:00
Code cleanup
This commit is contained in:
@@ -8,9 +8,10 @@ default_options = {
|
||||
"EbookContentLength": "2000",
|
||||
"MimeGuesser": "extension", # extension, content
|
||||
"CheckSumCalculators": "", # md5, sha1, sha256
|
||||
"FileParsers": "media, text, picture, font" # media, text, picture
|
||||
"FileParsers": "media, text, picture, font, pdf, docx, spreadsheet, ebook"
|
||||
}
|
||||
|
||||
index_every = 10000
|
||||
nGramMin = 3
|
||||
nGramMax = 3
|
||||
bcrypt_rounds = 14
|
||||
|
||||
Reference in New Issue
Block a user