View Single Post
  #1305  
Old 06.04.2020, 17:19
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,533
Default

Quote:
Originally Posted by sherbee View Post
I want start 1 download, wait x seconds, next downloads, wait again x seconds. And so on. So not downloads start at the same time.
While it can done using a script, I would recommend to first try the advanced settings, which was also suggested in your other thread.

Set target speed to more than your connection speed. For e.g., if you have a 50 Mbit connection, and you need to start a download every 30 seconds, limiting max dowloads to 20, use the following:

GeneralSettings.automaxdownloadsspeedlimit : 7500000 [bytes]
GeneralSettings.automaxdownloadsspeedlimitmaxdownloads : 20
GeneralSettings.automaxdownloadsspeedlimitmindelay : 30000 [milliseconds]

Please note, the max. sim. download in GUI will always show '1', since JD will automatically increase it based on your setting and reset it again.
Reply With Quote