mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
* #292 - Allow longer threshold for RSS Sync Update RSS Sync interval default to 60 minutes, and don't allow values below 60 or higher than 720 minutes (12 hours) * allow minimum of 10 mintes
This commit is contained in:

committed by
Leonardo Galli

parent
a0c8127ecf
commit
2c56d60678
@@ -100,7 +100,7 @@ namespace NzbDrone.Core.Configuration
|
||||
|
||||
public int RssSyncInterval
|
||||
{
|
||||
get { return GetValueInt("RssSyncInterval", 15); }
|
||||
get { return GetValueInt("RssSyncInterval", 60); }
|
||||
|
||||
set { SetValue("RssSyncInterval", value); }
|
||||
}
|
||||
|
Reference in New Issue
Block a user