[070b5]: req_completion_rate reset from 95.0 to 100?

Questions and bug reports for Beta releases should be posted here.
Forum rules
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.
Post Reply
User avatar
sander
Release Testers
Release Testers
Posts: 9113
Joined: January 22nd, 2008, 2:22 pm

[070b5]: req_completion_rate reset from 95.0 to 100?

Post by sander »

Hi,

The req_completion_rate gets reset from 95.0 to 100. Is that as it should be?

SABnzbd is not running. I edit sabnzbd.ini to contain this:

Code: Select all

sander@R540:~/.sabnzbd$ grep completion sabnzbd.ini
req_completion_rate = 95.0
sander@R540:~/.sabnzbd$ 
Then I start SABnzbd, and immediately it gets reset to 100:

Code: Select all

sander@R540:~/.sabnzbd$ grep completion sabnzbd.ini
req_completion_rate = 100
sander@R540:~/.sabnzbd$ 
The same happens when I fill out 96.

When I fill out 104, it gets set to 104.0.

So ... is this SAB's behaviour when the number is set below a certain limit (maybe 100)? If so, why? I think 96 is a valid value; it only sorts out the really bad / missing posts, and it will continue downloading posts that could be good (with 96%).
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: [070b5]: req_completion_rate reset from 95.0 to 100?

Post by shypike »

100% means that of the available rar and par2 files only as many bytes
are available as the required rar files comprise.
Anything less than 100% is by definition not repairable.
A perfect download (with the usual 10% par2 files) would have 110%.
User avatar
sander
Release Testers
Release Testers
Posts: 9113
Joined: January 22nd, 2008, 2:22 pm

Re: [070b5]: req_completion_rate reset from 95.0 to 100?

Post by sander »

OK, clear. Thanks.
Post Reply