Skip to content

Remove lag when using the 'Search for files' feature in a folder with a large...

Mohamed AMAZIRH requested to merge m-amazirh/thunar:thunar/issue-914 into master

Remove lag when using the 'Search for files' feature in a folder with a large number of files (Issue #914 (closed))

The lag is due to a lot of emitted events (row-deleted), that should be ignored, being processed.

Setting the active_search flag to TRUE before calling thunar_list_model_set_folder will prevent the processing of those events.

Merge request reports