diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-17 14:05:49 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-17 14:05:49 -0400 |
| commit | e2d6a5c05df874cb812cbc0b85e7deda22ce567a (patch) | |
| tree | 21805c896f0028544de14916ec7b457680dea52c /MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs | |
| parent | da7af24fca3b2462b971dce595cfa5e548311cce (diff) | |
support static trailer streaming
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 4c51d1299..82a91fa46 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(15); _httpClients.TryAdd(host, client); } |
