View Single Post
  #3  
Old 12.06.2020, 15:25
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

Quote:
Originally Posted by tt_1111 View Post
Is there any way to enforce a hoster specific limit of parallel download threads?
Answer is yes!

psp answer is some what incorrect, as specifying a global max sim per host is not specific to a host.

Code:
settings > advanced settings > GeneralSettings.domainrules

[ {
  "domainPattern" : ".*jdownloader\\.org",
  "filenamePattern" : "\\.png$",
  "accountPattern" : "myUsername",
  "pluginPattern" : null,
  "enabled" : false,
  "maxSimultanDownloads" : 20,
  "allowToExceedTheGlobalLimit" : false
} ]
so you can have different limits based on the content type like images are small files, which you need more sim dls to maintain speed, and have secondary rule for larger sized content on the same host which might need less connections as speed is maintained.

for instance I used to have a rule for youtube, as it saturated my connection with one download, yet at times I needed more threads for other downloads.

Don't think there is control for mh side though

hope that helps

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote