Last active
November 23, 2017 03:05
-
-
Save mnutt/2b6fc9d46d9ebb3178fe07c8259e431e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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