Bumped Sabnzbd default history request size from 30 to 60

pull/4097/head
Taloth Saldono 4 years ago
parent 813f886920
commit 8b2550cef0

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

Loading…
Cancel
Save