amitshekhariitbhu / PRDownloader

PRDownloader - A file downloader library for Android with pause and resume support
https://outcomeschool.com
Apache License 2.0
3.26k stars 527 forks source link

How to set this downloader supporting multithreaded? #100

Open basupatil2727 opened 5 years ago

basupatil2727 commented 5 years ago

Hi,

How to make the download bit faster i used this library and downloaded the file.

It takes around 9 min to download a 100 Mb file. If i download the same file in chrome it takes 1.5 min.

How to increase the download speed?

basupatil2727 commented 5 years ago

I am downloading the file in Wifi Connection and connection is fast.

rigortek commented 5 years ago

Not support multi-thread download. @amitshekhariitbhu How about support set download buffer size to make the download bit faster later?