diff --git a/src/NzbDrone.Core/Jobs/TaskManager.cs b/src/NzbDrone.Core/Jobs/TaskManager.cs index 83d76ba81..633c13bb0 100644 --- a/src/NzbDrone.Core/Jobs/TaskManager.cs +++ b/src/NzbDrone.Core/Jobs/TaskManager.cs @@ -67,7 +67,7 @@ namespace NzbDrone.Core.Jobs new ScheduledTask { - Interval = _configService.RssSyncInterval, + Interval = new [] { _configService.RssSyncInterval, 10 }.Max(), TypeName = typeof(RssSyncCommand).FullName },