Commit e78f3646 authored by Doug Arnett's avatar Doug Arnett Committed by Commit Bot

[Previews] Increases default slow page trigger max threshold to 3G

Bug: 895581, 879906
Change-Id: If67cbc221834449b84c2c9491890e06afa10f138
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666911Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Commit-Queue: Doug Arnett <dougarnett@chromium.org>
Cr-Commit-Position: refs/heads/master@{#672235}
parent c51429cd
......@@ -322,7 +322,7 @@ net::EffectiveConnectionType GetECTThresholdForPreview(
net::EffectiveConnectionType GetSessionMaxECTThreshold() {
return GetParamValueAsECTByFeature(features::kSlowPageTriggering,
kSessionMaxECTTrigger,
net::EFFECTIVE_CONNECTION_TYPE_2G);
net::EFFECTIVE_CONNECTION_TYPE_3G);
}
bool ArePreviewsAllowed() {
......
......@@ -4145,24 +4145,6 @@
]
}
],
"PreviewsSlowPageTriggering": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "SlowPageTriggeringFor4G_20190312",
"params": {
"session_max_ect_trigger": "4G"
},
"enable_features": [
"PreviewsSlowPageTriggering"
]
}
]
}
],
"PrioritizedSimpleCacheTasks": [
{
"platforms": [
......
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