Skip to content

batches: use the minimum possible goroutines to fetch images

Warren Gifford requested to merge aharvey/limit-parallelism into main

Created by: LawnGnome

This was spotted by @eseliger in the review for #647 — if total < parallelism, there's no real need to spawn extra goroutines, so let's not.

Merge request reports

Loading