diff --git a/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs b/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs index 39febd26c..8d319a77a 100644 --- a/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs +++ b/src/NzbDrone.Common/Instrumentation/NzbDroneLogger.cs @@ -63,7 +63,7 @@ namespace NzbDrone.Common.Instrumentation { var target = new LogentriesTarget(); target.Name = "logentriesTarget"; - target.Token = "d3a83ee9-74fb-4045-ad25-a84c1d4d7c81"; + target.Token = "7688c9ac-015f-45c7-bfee-73f370f5f380"; target.LogHostname = true; target.Debug = false; diff --git a/src/NzbDrone.Core/Jobs/TaskManager.cs b/src/NzbDrone.Core/Jobs/TaskManager.cs index bb05fc845..717fff6de 100644 --- a/src/NzbDrone.Core/Jobs/TaskManager.cs +++ b/src/NzbDrone.Core/Jobs/TaskManager.cs @@ -134,9 +134,9 @@ namespace NzbDrone.Core.Jobs { var interval = _configService.RssSyncInterval; - if (interval > 0 && interval < 5) + if (interval > 0 && interval < 10) { - return 5; + return 10; } if (interval < 0)