View Single Post
  #47  
Old 14.05.2021, 10:23
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Quote:
Originally Posted by Wheezer View Post
But I did notice adding even more links gets interesting and to not do it. When adding links and a download is running a curious loop starts. JD will start to create a "linkcollector" zip file (about 162K), then start to create a "downloadList" zip file (about 1,500K). Then (for some reason) a dance begins where it is constantly creating one, then the other. Probably due to the size and time to create them, but it really slows down downloads.
With that many links in list, the write of changed list to disk will take some time. Increase these settings to reduce save to disk
https://board.jdownloader.org/showpo...04&postcount=7

eg DownloadController.minimumsavedelay to 60000 (min 1 min)
and DownloadController.maximumsavedelay to 180000 (max 3 mins)
JD will wait minimum 1 minute to write changes to disk and max 3 minutes

LinkCollector.maximumsavedelay and LinkCollector.minimumsavedelay are same settings for Linkgrabber list
__________________
JD-Dev & Server-Admin
Reply With Quote