View Single Post
  #2  
Old 24.03.2016, 08:50
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

at this stage you can, set max chunks by
- package customiser rules, automatically
- the user with right click context function

for max siml dl you can use 'settings > advanced settings > GeneralSettings.domainrules
Code:
[ {
  "domainPattern" : ".*youtube\\.com",
  "filenamePattern" : null,
  "accountPattern" : null,
  "pluginPattern" : null,
  "enabled" : true,
  "maxSimultanDownloads" : 1,
  "allowToExceedTheGlobalLimit" : false
} ]
there is no speed limiting based on host, its just global function enabled/disabled
if you set say 100KiB download limit and you have 4 downloads, it will allocate 25KiB/sec for each.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

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