aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-08 20:52:11 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-08 20:55:47 -0500
commit8e96c5b868a7e3157c79779b9f63e98df166beb8 (patch)
tree3da16c75b6ba68001b199c916b9b28d6686c9346
parent5a94f60ea0394c0ce7df6954ef4ab883e540bc63 (diff)
update connect entry point
-rw-r--r--MediaBrowser.Server.Implementations/Connect/ConnectEntryPoint.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Connect/ConnectEntryPoint.cs b/MediaBrowser.Server.Implementations/Connect/ConnectEntryPoint.cs
index c9ab7735f..af81b4eea 100644
--- a/MediaBrowser.Server.Implementations/Connect/ConnectEntryPoint.cs
+++ b/MediaBrowser.Server.Implementations/Connect/ConnectEntryPoint.cs
@@ -43,7 +43,7 @@ namespace MediaBrowser.Server.Implementations.Connect
{
Task.Run(() => LoadCachedAddress());
- _timer = new Timer(TimerCallback, null, TimeSpan.FromSeconds(5), TimeSpan.FromHours(2));
+ _timer = new Timer(TimerCallback, null, TimeSpan.FromSeconds(5), TimeSpan.FromHours(3));
}
private readonly string[] _ipLookups = { "http://bot.whatismyipaddress.com", "https://connect.emby.media/service/ip" };