View Single Post
  #1328  
Old 24.04.2020, 14:43
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,545
Default

Quote:
Originally Posted by gerijani View Post
After I put about 10 link of learning paths and shortly after the linkgrabber started to extract the video links, it happened.
Anything that can slow down the process?
If you are adding the links from a script, you can use MYJD API methods to wait till the crawler job is finished and then add the next link.

You can also try reducing the max. threads used by checker and crawler. Try setting both to 1.

Advanced settings:
Code:
LinkChecker.maxthreads
LinkCrawler.maxthreads
Reply With Quote