diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-06 20:49:33 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-06 20:49:33 -0400 |
| commit | 3f1cafdc814c6d0ef866f1c68dcb4dd1034099ec (patch) | |
| tree | c16390ad4e6f2b5ca1406ab1f77a9a5cf364869f /MediaBrowser.Common.Implementations/BaseApplicationHost.cs | |
| parent | bd5bf32aba45f3a4dff4f883505ddf9fb528e53a (diff) | |
updated nuget
Diffstat (limited to 'MediaBrowser.Common.Implementations/BaseApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/BaseApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs index 9c77b8627..e7a9c00c6 100644 --- a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs +++ b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs @@ -215,7 +215,7 @@ namespace MediaBrowser.Common.Implementations try { // Increase the max http request limit - ServicePointManager.DefaultConnectionLimit = Math.Min(48, ServicePointManager.DefaultConnectionLimit); + ServicePointManager.DefaultConnectionLimit = Math.Max(48, ServicePointManager.DefaultConnectionLimit); } catch (Exception ex) { |
