2025-09-11 14:08:46 -04:00
|
|
|
[paths]
|
|
|
|
|
default_indexing_path = "C:\\"
|
|
|
|
|
database_path = "QuickSearch.db"
|
2025-09-11 16:32:21 -04:00
|
|
|
|
|
|
|
|
[processing]
|
|
|
|
|
# Size of hash blocks read from start/end of files (bytes)
|
|
|
|
|
hash_length = 4096
|
|
|
|
|
# Maximum text content to index per file (bytes)
|
|
|
|
|
maximum_text_size = 524288
|
|
|
|
|
# Maximum file size to process for text extraction (bytes)
|
|
|
|
|
maximum_file_size = 52428800
|
|
|
|
|
# Number of files to process in each batch
|
|
|
|
|
batch_size = 200
|