Skip to content

Commit

Permalink
SimpleCache: Align fieldtrial_testing_config.json with more experimen…
Browse files Browse the repository at this point in the history
…t values.

R=asvitkine

Bug: 913107
Change-Id: Ib6c1456f72a41bd2fa107d3ae6c8134707e17cf9
Reviewed-on: https://chromium-review.googlesource.com/c/1470650
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Reviewed-by: Alexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#631737}
  • Loading branch information
wanderview authored and Commit Bot committed Feb 13, 2019
1 parent 375b34c commit 07840ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4533,8 +4533,7 @@
"name": "PrefetchTrailerHint2",
"params": {
"FullPrefetchBytes": "0",
"TrailerPrefetchHint": "true",
"TrailerPrefetchSpeculativeBytes": "0"
"TrailerPrefetchHint": "true"
},
"enable_features": [
"SimpleCachePrefetchExperiment2"
Expand All @@ -4554,11 +4553,13 @@
"name": "ExperimentNoTrailerPrefetchHint4",
"params": {
"FullPrefetchBytes": "0",
"TrailerPrefetchInt": "true",
"TrailerPrefetchSpeculativeBytes": "0"
"TrailerPrefetchHint": "true"
},
"enable_features": [
"SimpleCachePrefetchExperiment2"
],
"disable_features": [
"HttpCacheForceBackend"
]
}
]
Expand Down

0 comments on commit 07840ef

Please sign in to comment.