tonyofrancis / Fetch

The best file downloader library for Android
https://www.meta.stackoverflow.com/tags/fetch2
Apache License 2.0
1.63k stars 328 forks source link

Does concurrent limit only apply to enque(List)? #631

Open samstone19943 opened 2 years ago

samstone19943 commented 2 years ago

I am trying to download a lot of files at once, but I don't want all of the downloads to fail if one of them does, which the kdoc on enqueue(List<Request>) says will happen. So when I in queue them one by one, it seems that the concurrent limit is not respected, and they are simply processed one at a time.