What is the max index request value for default indexing options in settings > indexes (ie file size, date created, etc)?
File size, date modified properties are different, these are read during the initial index. Usually from the NTFS MFT.
File size, date modified properties are read using separate device threads (if supported).
You can use the value of 0 for indexed_property_max_request to request all properties.
The default value is 1024.
properties are indexed in "chunks".
indexed_property_max_request determines how many files are in these "chunks".
while these chunks do support multiple threads, they are usually filed with files from the same device.
Thanks for the information aviasd,
Multiple thread support for indexing properties will need a lot more work..
If you use 0 for indexed_property_max_request there is currently some oddness when you exit and restart Everything.. the property index progress will no longer be shown, although Everything will continue to index your properties.
I'll look into the issue with the properties only showing after the indexing is complete.
2. Crash dump when rebuilding the index, at the point where property indexing should start. It's inconsistent though - happened 3 out of 4 times.
(dumps were sent via email) - Note: is it possible the debug log filename would have some random seed/timestamp appended? I keep overwriting those by mistake.
Thank you for the mini crash dumps.
All of the mini crash dumps showed Everything trying to access an file that is not longer in memory.
I have fixed an issue with Everything not clearing results correctly in
Everything 1.5.0.1249a.
Please let me know if the issue persists.
Note: is it possible the debug log filename would have some random seed/timestamp appended? I keep overwriting those by mistake.
Added to my TODO list: add timestamp to log filename.