adjusted unc message and supporter icon on every page

This commit is contained in:
Luke Pulverenti
2013-05-19 22:45:04 -04:00
parent c6d6479817
commit 2f47265c4f
2 changed files with 4 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
};
client = new HttpClient(handler);
client.Timeout = TimeSpan.FromSeconds(30);
client.Timeout = TimeSpan.FromSeconds(20);
_httpClients.TryAdd(host, client);
}