updated nuget

This commit is contained in:
Luke Pulverenti
2013-10-06 20:49:33 -04:00
parent bd5bf32aba
commit 3f1cafdc81
6 changed files with 17 additions and 44 deletions

View File

@@ -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)
{