mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
Bumped Sabnzbd default history request size from 30 to 60
This commit is contained in:
parent
813f886920
commit
8b2550cef0
@ -184,7 +184,7 @@ public string DownloadClientWorkingFolders
|
||||
|
||||
public int DownloadClientHistoryLimit
|
||||
{
|
||||
get { return GetValueInt("DownloadClientHistoryLimit", 30); }
|
||||
get { return GetValueInt("DownloadClientHistoryLimit", 60); }
|
||||
|
||||
set { SetValue("DownloadClientHistoryLimit", value); }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user