1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-24 07:01:29 +00:00

Bumped Sabnzbd default history request size from 30 to 60

This commit is contained in:
Taloth Saldono 2020-11-14 00:00:29 +01:00
parent 813f886920
commit 8b2550cef0

View file

@ -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); }
}