mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Fixed: (History) Reduce History Cleanup Days to 30
This commit is contained in:
@@ -77,7 +77,7 @@ namespace NzbDrone.Core.Configuration
|
||||
|
||||
public int HistoryCleanupDays
|
||||
{
|
||||
get { return GetValueInt("HistoryCleanupDays", 365); }
|
||||
get { return GetValueInt("HistoryCleanupDays", 30); }
|
||||
set { SetValue("HistoryCleanupDays", value); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user