Skip to content

Instantly share code, notes, and snippets.

@mnutt
Last active November 23, 2017 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mnutt/2b6fc9d46d9ebb3178fe07c8259e431e to your computer and use it in GitHub Desktop.
Save mnutt/2b6fc9d46d9ebb3178fe07c8259e431e to your computer and use it in GitHub Desktop.
diff --git a/Source/WebCore/platform/network/qt/ResourceRequestQt.cpp b/Source/WebCore/platform/network/qt/ResourceRequestQt.cpp
index b7f9447bc..b14c53e9f 100644
--- a/Source/WebCore/platform/network/qt/ResourceRequestQt.cpp
+++ b/Source/WebCore/platform/network/qt/ResourceRequestQt.cpp
@@ -37,7 +37,7 @@ namespace WebCore {
// and 2 ready to re-fill the pipeline.
unsigned initializeMaximumHTTPConnectionCountPerHost()
{
- return 6 * (1 + 3 + 2);
+ return 5000;
}
static QUrl toQUrl(const URL& url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment