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
Importing *.NZB from watch-queue to download queue becomes very slow
Forum rules
Help us help you:
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.
-
- Jr. Member
- Posts: 77
- Joined: December 1st, 2019, 2:53 pm
Re: Importing *.NZB from watch-queue to download queue becomes very slow
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.
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
-
- Jr. Member
- Posts: 77
- Joined: December 1st, 2019, 2:53 pm
Re: Importing *.NZB from watch-queue to download queue becomes very slow
Thank you for the explanation, @safihre!