mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
minor tweaks
This commit is contained in:
parent
7330683a4a
commit
90c6b78e8c
2 changed files with 16 additions and 6 deletions
|
@ -71,7 +71,7 @@ namespace NzbDrone
|
|||
IISProcess.BeginOutputReadLine();
|
||||
|
||||
//Start Ping
|
||||
_pingTimer = new Timer(10000) { AutoReset = true };
|
||||
_pingTimer = new Timer(30000) { AutoReset = true };
|
||||
_pingTimer.Elapsed += (PingServer);
|
||||
_pingTimer.Start();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue