Skip to content

background: Add queue to load 4 pictures at a time

Benjamin Berg requested to merge benzea/background-load-queueing into master

We need to process the pictures sequentially rather than trying to thumbnail all of them in parallel. This commit adds a simple task queue from which 4 tasks at will be processed at the same time.

Fixes #191 (closed)

Merge request reports