Skip to content

Commit

Permalink
Merge pull request #287 from brave/NavigationThreadingOptimizations-b…
Browse files Browse the repository at this point in the history
…eta-100-stable-25-production

NavigationThreadingOptimizations BETA 100%, STABLE 25%
  • Loading branch information
kjozwiak authored Jun 17, 2022
2 parents 8b0bc86 + 879da16 commit 9b3857d
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1071,29 +1071,7 @@
"experiments": [
{
"name": "Disabled",
"probability_weight": 50,
"feature_association": {
"disable_feature": [
"NavigationThreadingOptimizations"
]
}
},
{
"name": "Default",
"probability_weight": 50
}
],
"filter": {
"platform": ["WINDOWS", "MAC", "LINUX"],
"channel": ["BETA"]
}
},
{
"name": "NavigationThreadingOptimizationsCompat",
"experiments": [
{
"name": "Disabled",
"probability_weight": 95,
"probability_weight": 75,
"feature_association": {
"disable_feature": [
"NavigationThreadingOptimizations"
Expand All @@ -1102,7 +1080,7 @@
},
{
"name": "Default",
"probability_weight": 5
"probability_weight": 25
}
],
"filter": {
Expand Down

0 comments on commit 9b3857d

Please sign in to comment.