Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1324)

Unified Diff: content/browser/loader/resource_scheduler.cc

Issue 2739433002: [ResourceScheduler] Enable H2+QUIC throttling by default (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/resource_scheduler.cc
diff --git a/content/browser/loader/resource_scheduler.cc b/content/browser/loader/resource_scheduler.cc
index 683e120a2068ee4ce87ca45fba97321e290b32d8..e1dcb0aa04ae1c3f52ee34e4c4ee2f09ced62df1 100644
--- a/content/browser/loader/resource_scheduler.cc
+++ b/content/browser/loader/resource_scheduler.cc
@@ -39,7 +39,7 @@ namespace {
// HTTP/1.1 resources are. Disabling this appears to have negative performance
// impact, see https://crbug.com/655585.
const base::Feature kPrioritySupportedRequestsDelayable{
- "PrioritySupportedRequestsDelayable", base::FEATURE_DISABLED_BY_DEFAULT};
+ "PrioritySupportedRequestsDelayable", base::FEATURE_ENABLED_BY_DEFAULT};
// In the event that many resource requests are started quickly, this feature
// will periodically yield (e.g., delaying starting of requests) by posting a
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698