From 863f123f3c8d26dc9fee050a9132857281caba84 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 5 Oct 2013 23:03:08 -0400 Subject: updated nuget + subtitle changes --- MediaBrowser.Common.Implementations/BaseApplicationHost.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'MediaBrowser.Common.Implementations/BaseApplicationHost.cs') diff --git a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs index 5631104c4..9c77b8627 100644 --- a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs +++ b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs @@ -214,6 +214,7 @@ namespace MediaBrowser.Common.Implementations { try { + // Increase the max http request limit ServicePointManager.DefaultConnectionLimit = Math.Min(48, ServicePointManager.DefaultConnectionLimit); } catch (Exception ex) -- cgit v1.2.3