mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
Bumped Sabnzbd default history request size from 30 to 60
This commit is contained in:
@@ -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); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user