Skip to content

Commit

Permalink
Disable BraveRoundTimeStamps (5% Release) (#1215)
Browse files Browse the repository at this point in the history
Resolves #1214

Nightly & Beta: 100%
Release: 5%

Disabling the feature just returns the code to the upstream state, so
it's relatively safe.
Just to be sure let's start with 5% now and go to 100% the new day.
  • Loading branch information
atuchin-m authored Oct 8, 2024
1 parent c6c765b commit 47fe5b9
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 @@ -2919,6 +2919,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 47fe5b9

Please sign in to comment.