inbasic / turbo-download-manager-v2

a multi-thread download manager with a built-in audio, video and image grabber
http://www.add0n.com/turbo-download-manager-v2.html
Mozilla Public License 2.0
134 stars 45 forks source link

Accept more threads #1

Open KrasnayaPloshchad opened 6 years ago

KrasnayaPloshchad commented 6 years ago

Multithreaded Download Manager developer said it is possible to accept more threads for a download task:

Firefox limits the number of simultaneous connections to a single server. If more than 6 threads are needed, increase network.http.max-persistent-connections-per-server and network.http.max-persistent-connections-per-proxy in about:config .

So you can allow users set default number of threads more than 5 for any download type.

DJPlaya commented 6 years ago

I use Opera which is based on Chrome. I edited the Settings manually and it works fine with up to 50 Threads per File

KrasnayaPloshchad commented 6 years ago

So it’s necessary to debug for what’s wrong with Firefox.