mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Updated some log levels
This commit is contained in:
parent
56fdf1a040
commit
5a5d0852ee
5 changed files with 17 additions and 19 deletions
|
@ -72,7 +72,7 @@ namespace NzbDrone
|
|||
IISProcess.BeginOutputReadLine();
|
||||
|
||||
//Start Ping
|
||||
_pingTimer = new Timer(30000) { AutoReset = true };
|
||||
_pingTimer = new Timer(300000) { AutoReset = true };
|
||||
_pingTimer.Elapsed += (PingServer);
|
||||
_pingTimer.Start();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue