mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Set RSS Sync to minimum 10 minutes
This commit is contained in:
parent
d5cc261985
commit
9ac3a1e094
@ -67,7 +67,7 @@ public void Handle(ApplicationStartedEvent message)
|
|||||||
|
|
||||||
new ScheduledTask
|
new ScheduledTask
|
||||||
{
|
{
|
||||||
Interval = _configService.RssSyncInterval,
|
Interval = new [] { _configService.RssSyncInterval, 10 }.Max(),
|
||||||
TypeName = typeof(RssSyncCommand).FullName
|
TypeName = typeof(RssSyncCommand).FullName
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user