Importing *.NZB from watch-queue to download queue becomes very slow

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
iUseNetter
Jr. Member
Jr. Member
Posts: 73
Joined: December 1st, 2019, 2:53 pm

Importing *.NZB from watch-queue to download queue becomes very slow

Post by iUseNetter »

Importing *.NZB from watch-queue to the download queue becomes very slow the bigger the amount of files are.

Currently, I have 4'500 items in the download queue.
If I add 10 files to the watch queue, every of this 10 NZB needs about 5 seconds to get added to the download queue.

I tried to stop the download process completely (pressed "pause" and nothing is downloaded at the moment at all).

How can I speed up the import from NZB into the download queue?
Which settings need the most time? (Sort? Check?)


SABnzbd on Synology: Version: 3.6.1 [fa844a6] / Version 3.6.1-57
User avatar
safihre
Administrator
Administrator
Posts: 5399
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Importing *.NZB from watch-queue to download queue becomes very slow

Post by safihre »

You are reaching the limits of SABnzbd, because it's written in Python it can only do 1 thing at a time (some exceptions apply), so when the queue is this large just displaying the interface already slows everything down.
Indeed all you can do is pause the queue and not have the interface open in any place.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
iUseNetter
Jr. Member
Jr. Member
Posts: 73
Joined: December 1st, 2019, 2:53 pm

Re: Importing *.NZB from watch-queue to download queue becomes very slow

Post by iUseNetter »

Thank you for the explanation, @safihre!
Post Reply