aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-08 20:51:31 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-08 20:55:27 -0500
commit5a94f60ea0394c0ce7df6954ef4ab883e540bc63 (patch)
treee0e624efa49584b4b91e18c07ea9ba34e339aeda
parent2073258072bf57615ff21afcf6f5af1453dbe296 (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 af81b4eea..c9ab7735f 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(3));
+ _timer = new Timer(TimerCallback, null, TimeSpan.FromSeconds(5), TimeSpan.FromHours(2));
}
private readonly string[] _ipLookups = { "http://bot.whatismyipaddress.com", "https://connect.emby.media/service/ip" };