1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01:00

Update TaskManager.cs

This commit is contained in:
Leonardo Galli 2017-05-13 21:22:55 +02:00 committed by GitHub
parent b36053e1f4
commit 797a9acff5

View File

@ -134,9 +134,9 @@ private int GetRssSyncInterval()
{
var interval = _configService.RssSyncInterval;
if (interval > 0 && interval < 5)
if (interval > 0 && interval < 10)
{
return 5;
return 10;
}
if (interval < 0)