Skip to content

Adding thumbnail-updated signal to file-monitor for improved performance

Amrit Kashyap Borah requested to merge Elessar1802/thunar:new into master

Closes #1229 (closed)

The new thumbnail-updated signal on file-monitor is a batched signal which is emitted in batches of a 10 ms wait from the first signal emission. This should significantly improve performance and reduce resource waste on unnecessary reloads to update the thumbnail on the view.

Merge request reports