mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
Updated RSS Sync interval to 25 Minutes.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace NzbDrone.Core.Jobs
|
|||||||
|
|
||||||
public int DefaultInterval
|
public int DefaultInterval
|
||||||
{
|
{
|
||||||
get { return 15; }
|
get { return 25; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
|
public void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
|
||||||
|
Reference in New Issue
Block a user