mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Update TaskManager.cs
This commit is contained in:
parent
a0486b54a6
commit
51854ef73b
1 changed files with 2 additions and 2 deletions
|
@ -134,9 +134,9 @@ namespace NzbDrone.Core.Jobs
|
|||
{
|
||||
var interval = _configService.RssSyncInterval;
|
||||
|
||||
if (interval > 0 && interval < 10)
|
||||
if (interval > 0 && interval < 5)
|
||||
{
|
||||
return 10;
|
||||
return 5;
|
||||
}
|
||||
|
||||
if (interval < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue