Commit f5f71458 authored by Tarun Bansal's avatar Tarun Bansal Committed by Commit Bot

Update NetAdaptiveProxyConnectionTimeout for new experiment params

Bug: 704339
Change-Id: Idce639d844d07252c2618ceb34a589964723ccc4
Reviewed-on: https://chromium-review.googlesource.com/891806Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Commit-Queue: Tarun Bansal <tbansal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533216}
parent 81ad5630
...@@ -2137,13 +2137,18 @@ ...@@ -2137,13 +2137,18 @@
"NetAdaptiveProxyConnectionTimeout": [ "NetAdaptiveProxyConnectionTimeout": [
{ {
"platforms": [ "platforms": [
"android" "android",
"chromeos",
"linux",
"mac",
"win"
], ],
"experiments": [ "experiments": [
{ {
"name": "Enabled_1_m5", "name": "Enabled_Forced",
"params": { "params": {
"transport_rtt_multiplier": "5" "non_ssl_http_rtt_multiplier": "6",
"ssl_http_rtt_multiplier": "8"
} }
} }
] ]
......
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