Skip to content

Commit

Permalink
Disable BraveRoundTimeStamps (5% Release)
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m committed Sep 24, 2024
1 parent e7bfa3e commit 03d777e
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2948,6 +2948,67 @@
]
},
"name": "BraveWebcompatExceptionsServiceReleaseStudy"
},
{
"experiments": [
{
"feature_association": {
"disable_feature": [
"BraveRoundTimeStamps"
]
},
"name": "Disabled",
"probability_weight": 100
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA"
],
"min_version": "125.*",
"platform": [
"WINDOWS",
"MAC",
"LINUX",
"ANDROID"
]
},
"name": "BraveRoundTimeStampsStudy"
},
{
"experiments": [
{
"feature_association": {
"disable_feature": [
"BraveRoundTimeStamps"
]
},
"name": "Disabled",
"probability_weight": 5
},
{
"name": "Default",
"probability_weight": 95
}
],
"filter": {
"channel": [
"RELEASE"
],
"min_version": "125.*",
"platform": [
"WINDOWS",
"MAC",
"LINUX",
"ANDROID"
]
},
"name": "BraveRoundTimeStampsReleaseStudy"
}
],
"version": "1"
Expand Down

0 comments on commit 03d777e

Please sign in to comment.