Commit 8dd3bf50 authored by Ben Kelly's avatar Ben Kelly Committed by Commit Bot

Disable ThrottleInstallingServiceWorker feature.

Bug: 1124632,1035448
Change-Id: Id12d83787b2f3aa815737ec0b263641e0ed051e4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392404Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Commit-Queue: Ben Kelly <wanderview@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804280}
parent 89f76c14
......@@ -656,7 +656,7 @@ const base::FeatureParam<AlignFontDisplayAutoTimeoutWithLCPGoalMode>
// in background main frames. In addition, trials showed that this
// did not cause excessive install delays or timeouts.
const base::Feature kThrottleInstallingServiceWorker{
"ThrottleInstallingServiceWorker", base::FEATURE_ENABLED_BY_DEFAULT};
"ThrottleInstallingServiceWorker", base::FEATURE_DISABLED_BY_DEFAULT};
const base::FeatureParam<int> kInstallingServiceWorkerOutstandingThrottledLimit{
&kThrottleInstallingServiceWorker, "limit", 3};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment