Commit 75efee6d authored by Francois Doray's avatar Francois Doray Committed by Commit Bot

[blink scheduler] Allow intensive wake up throttling of pages with WebSocket in testing config.

This CL updates the IntensiveWakeUpThrottling testing config to reflect
the configuration that that we intend to experiment with on M87 Beta.

Since WebSocket event handlers are never throttled, we intend to
remove the WebSocket aggressive throttling opt-out at the same time
as we enable IntensiveWakeUpThrottling.

Bug: 1121725, 1075553
Change-Id: I90b9e6c0ab5da7988f0d5e14ebdfcdc0e4678fd2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468504
Commit-Queue: Brian White <bcwhite@chromium.org>
Auto-Submit: François Doray <fdoray@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817090}
parent cbffc2af
......@@ -3702,6 +3702,7 @@
{
"name": "Enabled",
"enable_features": [
"AllowAggressiveThrottlingWithWebSocket",
"IntensiveWakeUpThrottling"
]
}
......
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