mirror of
https://github.com/Radarr/Radarr
synced 2025-01-01 04:45:35 +00: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 @@ private static void RegisterLogEntries()
|
|||
{
|
||||
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;
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue