support url's after closing nfo tag

This commit is contained in:
Luke Pulverenti
2014-10-20 23:41:11 -04:00
parent df509dedb7
commit a3d7849c26
5 changed files with 58 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ namespace MediaBrowser.Server.Implementations.Connect
{
LoadCachedAddress();
_timer = new Timer(TimerCallback, null, TimeSpan.FromSeconds(30), TimeSpan.FromHours(12));
_timer = new Timer(TimerCallback, null, TimeSpan.FromSeconds(10), TimeSpan.FromHours(12));
}
private async void TimerCallback(object state)