Slow shutting down [win 10] 3.2.0RC1
Forum rules
Help us help you:
Help us help you:
- 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.
Slow shutting down [win 10] 3.2.0RC1
If I download something and then delete the download without pausing clicking on the delete icon and then if I want to restart or shut it down it takes too much time 15/20 + more seconds and sometimes download shut down so I have to manually force it shut down from Task manager.
Re: Slow shutting down [win 10] 3.2.0RC1
Ok not just 15/20seconds its not shutting down now. 1 minutes have passed it is not shutting down.
Re: Slow shutting down [win 10] 3.2.0RC1
3.1.1 doesnt have these problems.
Re: Slow shutting down [win 10] 3.2.0RC1
Could you enable Debug logging in the Status and Interface settings window and then try again, after that send me the logs (click Show Logging in the Status window) at [email protected]?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Slow shutting down [win 10] 3.2.0RC1
There is another thing I am noticing between 3.1.1 vs 3.2.0RC1
3.1.1 aggressively wants to connect to provider servers. and it retries quickly if anything goes wrong vs 3.2.0 is slower and takes much time. same thing for pause resume too.
Im monitoring the connections with third-party apps. Im back to 3.1.1 and its UI feels snappy and smoother too.
I will reinstall the 3.2.0 RC1 and will send you Debug log.
3.1.1 aggressively wants to connect to provider servers. and it retries quickly if anything goes wrong vs 3.2.0 is slower and takes much time. same thing for pause resume too.
Im monitoring the connections with third-party apps. Im back to 3.1.1 and its UI feels snappy and smoother too.
I will reinstall the 3.2.0 RC1 and will send you Debug log.
Re: Slow shutting down [win 10] 3.2.0RC1
There have been some changes to ignore servers if they haven't participated in a while, maybe those are interfering with expected behavior.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Slow shutting down [win 10] 3.2.0RC1
I don't know about the slow shutdown, but the problem with connecting could be because the simplified article search delay will also make it skip the busy_threads checks. It should probably only skip the server checks if there are no busy_threads. I suggest moving the next_article_search check below the server.restart block.
Edit: The next_article_search delay should be skipped completely if there are busy_threads. Resetting the connections will reset the try_list, so the article will have to be fetched again.
Edit: The next_article_search delay should be skipped completely if there are busy_threads. Resetting the connections will reset the try_list, so the article will have to be fetched again.