diff --git a/src/NzbDrone.Core/Configuration/ConfigService.cs b/src/NzbDrone.Core/Configuration/ConfigService.cs index e7a142da77..15066c55d6 100644 --- a/src/NzbDrone.Core/Configuration/ConfigService.cs +++ b/src/NzbDrone.Core/Configuration/ConfigService.cs @@ -249,7 +249,7 @@ public int CheckForFinishedDownloadInterval public int DownloadClientHistoryLimit { - get { return GetValueInt("DownloadClientHistoryLimit", 30); } + get { return GetValueInt("DownloadClientHistoryLimit", 60); } set { SetValue("DownloadClientHistoryLimit", value); } }