MultiThreadDownload icon indicating copy to clipboard operation
MultiThreadDownload copied to clipboard

limit download count

Open pishguy opened this issue 6 years ago • 1 comments

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

pishguy avatar Jul 22 '17 11:07 pishguy

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

salehmosleh avatar Jan 25 '18 10:01 salehmosleh