Update TaskManager.cs

pull/1523/head
Leonardo Galli 7 years ago committed by GitHub
parent a0486b54a6
commit 51854ef73b

@ -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…
Cancel
Save