top | item 46940796

(no title)

HumanOstrich | 21 days ago

I think re-indexing all my drives every time it runs is even worse.

discuss

order

Lammy|20 days ago

I think you could uncheck “Indexes” → “NTFS” (or ReFS, or FAT, or whatever else) → “Monitor changes” to disable that and leave yourself to press the “Force Rebuild” button at whatever cadence you like.

Or, in `Everything.ini` terms:

  allow_force_rebuild=1
  home_update_indexes=1 -- ‘use the monitor_pause and monitor_stop states’
  monitor_stop=1
  home_update_indexed_properties=1 -- ‘use the indexed_property_pause state’
  indexed_property_pause=1
  read_directory_changes=0


Also I just realized you can get a better middle ground between the default daily DB update and RAM-only mode:

   db_auto_save_type=1  -- (From daily to interval mode)
   db_auto_save_interval=<milliseconds>

and btw sorry I'm not trying to convince you to like Everything; was just curious to figure out if/how it could be done :)