mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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