1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Updated RSS Sync interval to 25 Minutes.

This commit is contained in:
Keivan Beigi
2012-01-11 10:36:14 -08:00
parent b52585d62a
commit 5a70fce2bf
+1 -1
View File
@@ -36,7 +36,7 @@ namespace NzbDrone.Core.Jobs
public int DefaultInterval
{
get { return 15; }
get { return 25; }
}
public void Start(ProgressNotification notification, int targetId, int secondaryTargetId)