Aspsine / MultiThreadDownload

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

why never changed thread num #73

Closed sajadmartiny closed 8 years ago

sajadmartiny commented 8 years ago

when i set example max thread 10 and set thread num 5 always my file 5 thread and not change thread num for big file .

Aspsine commented 8 years ago

max thread num 10, thread num 5 means there are 10 threads int the thread pool, download each file use 5 of them.