New: Prefer newer Usenet releases

pull/7640/head
Bogdan 3 months ago committed by Mark McDowall
parent 18bbb8bbd1
commit 79474f26e9
No known key found for this signature in database

@ -175,7 +175,7 @@ namespace NzbDrone.Core.DecisionEngine
return 10;
}
return 1;
return Math.Round(Math.Log10(age)) * -1;
});
}

Loading…
Cancel
Save