diff --git a/src/NzbDrone.Core/Configuration/ConfigService.cs b/src/NzbDrone.Core/Configuration/ConfigService.cs index aae622625..9a74663f0 100644 --- a/src/NzbDrone.Core/Configuration/ConfigService.cs +++ b/src/NzbDrone.Core/Configuration/ConfigService.cs @@ -184,7 +184,7 @@ namespace NzbDrone.Core.Configuration public int DownloadClientHistoryLimit { - get { return GetValueInt("DownloadClientHistoryLimit", 30); } + get { return GetValueInt("DownloadClientHistoryLimit", 60); } set { SetValue("DownloadClientHistoryLimit", value); } }