diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-19 22:45:04 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-19 22:45:04 -0400 |
| commit | 2f47265c4f945e6712fccc367a18a36ce3123fac (patch) | |
| tree | ca29592f01430300849fe5a223760a466b2df294 /MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs | |
| parent | c6d6479817cc75d30ac9b581844914a9a077371d (diff) | |
adjusted unc message and supporter icon on every page
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs index 0418bcfc2..074994619 100644 --- a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs +++ b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs @@ -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); } |
