Skip to content
Snippets Groups Projects
Commit 133d32f0 authored by Jannis Pohlmann's avatar Jannis Pohlmann
Browse files

Add thunar_thumbnail_cache_delete_file(). Use queues for processing.

We again use something like the wait queue in the old ThunarThumbnailer
here for grouping Move() and Delete() calls. The same will be done for
Copy(). It performs really well, moving 200 images from one folder to
another only generates a single Move() request with all images. At least
on my fast machine.

The actual calls to thunar_thumbnail_cache_move_file() and
thunar_thumbnail_cache_delete_file() in the transfer and I/O jobs still
have to be added.
parent 57cee924
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment