mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
6210c5b8f8
2 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ namespace NzbDrone.Common.Instrumentation
|
||||||
{
|
{
|
||||||
var target = new LogentriesTarget();
|
var target = new LogentriesTarget();
|
||||||
target.Name = "logentriesTarget";
|
target.Name = "logentriesTarget";
|
||||||
target.Token = "d3a83ee9-74fb-4045-ad25-a84c1d4d7c81";
|
target.Token = "7688c9ac-015f-45c7-bfee-73f370f5f380";
|
||||||
target.LogHostname = true;
|
target.LogHostname = true;
|
||||||
target.Debug = false;
|
target.Debug = false;
|
||||||
|
|
||||||
|
|
|
@ -134,9 +134,9 @@ namespace NzbDrone.Core.Jobs
|
||||||
{
|
{
|
||||||
var interval = _configService.RssSyncInterval;
|
var interval = _configService.RssSyncInterval;
|
||||||
|
|
||||||
if (interval > 0 && interval < 5)
|
if (interval > 0 && interval < 10)
|
||||||
{
|
{
|
||||||
return 5;
|
return 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (interval < 0)
|
if (interval < 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue