Update TaskManager.cs

pull/2/head
Leonardo Galli 8 years ago committed by GitHub
parent a0486b54a6
commit 51854ef73b

@ -134,9 +134,9 @@ namespace NzbDrone.Core.Jobs
{ {
var interval = _configService.RssSyncInterval; var interval = _configService.RssSyncInterval;
if (interval > 0 && interval < 10) if (interval > 0 && interval < 5)
{ {
return 10; return 5;
} }
if (interval < 0) if (interval < 0)

Loading…
Cancel
Save