Aspsine / MultiThreadDownload

Android Multi-Thread Download library
908 stars 285 forks source link

limit download count #102

Open pishguy opened 7 years ago

pishguy commented 7 years ago

how can i limit count of downloading files? for example make a queue when user want to download 5 file, limit to download to 3 file in same time

salehmosleh commented 6 years ago

You have to set 'setMaxThreadNum' to 1 : configuration.setMaxThreadNum(1); It pushs new downloads to a queue.