mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Set RSS Sync to minimum 10 minutes
This commit is contained in:
@@ -67,7 +67,7 @@ namespace NzbDrone.Core.Jobs
|
||||
|
||||
new ScheduledTask
|
||||
{
|
||||
Interval = _configService.RssSyncInterval,
|
||||
Interval = new [] { _configService.RssSyncInterval, 10 }.Max(),
|
||||
TypeName = typeof(RssSyncCommand).FullName
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user