1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Bumped Sabnzbd default history request size from 30 to 60

(cherry picked from commit 8b2550cef0381a07c466044063c9d8c2be4d89c3)
This commit is contained in:
Taloth Saldono 2020-11-14 00:00:29 +01:00 committed by Qstick
parent 164a7f0f8c
commit f1b7f5b355

View File

@ -249,7 +249,7 @@ public int CheckForFinishedDownloadInterval
public int DownloadClientHistoryLimit
{
get { return GetValueInt("DownloadClientHistoryLimit", 30); }
get { return GetValueInt("DownloadClientHistoryLimit", 60); }
set { SetValue("DownloadClientHistoryLimit", value); }
}