mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Set RSS Sync to minimum 10 minutes
This commit is contained in:
parent
d5cc261985
commit
9ac3a1e094
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ namespace NzbDrone.Core.Jobs
|
||||||
|
|
||||||
new ScheduledTask
|
new ScheduledTask
|
||||||
{
|
{
|
||||||
Interval = _configService.RssSyncInterval,
|
Interval = new [] { _configService.RssSyncInterval, 10 }.Max(),
|
||||||
TypeName = typeof(RssSyncCommand).FullName
|
TypeName = typeof(RssSyncCommand).FullName
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue