mirror of
https://github.com/Readarr/Readarr
synced 2026-04-19 19:31:01 +02:00
Bumped Sabnzbd default history request size from 30 to 60
(cherry picked from commit 8b2550cef0381a07c466044063c9d8c2be4d89c3)
This commit is contained in:
parent
21f99efbb3
commit
319089b90f
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ public string DownloadClientWorkingFolders
|
|||
|
||||
public int DownloadClientHistoryLimit
|
||||
{
|
||||
get { return GetValueInt("DownloadClientHistoryLimit", 30); }
|
||||
get { return GetValueInt("DownloadClientHistoryLimit", 60); }
|
||||
|
||||
set { SetValue("DownloadClientHistoryLimit", value); }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue