mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-19 02:15:36 +00:00
Updated RSS Sync interval to 25 Minutes.
This commit is contained in:
parent
b52585d62a
commit
5a70fce2bf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue