Skip to content

Commit

Permalink
Merge pull request #212 from brave/mpilgrim_debounce_prod
Browse files Browse the repository at this point in the history
Enable debouncing on production
  • Loading branch information
kjozwiak authored Jan 21, 2022
2 parents 0e4e8a0 + e68da5e commit a7214b5
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,34 @@
"platform": ["MAC"]
}
},
{
"name": "BraveDebounceStudy",
"experiments": [
{
"name": "Enabled",
"probability_weight": 100,
"feature_association": {
"enable_feature": ["BraveDebounce"]
}
},
{
"name": "Disabled",
"probability_weight": 0,
"feature_association": {
"disable_feature": ["BraveDebounce"]
}
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"min_version": "94.1.32.25",
"channel": ["RELEASE", "BETA", "NIGHTLY"],
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"]
}
},
{
"name": "PartitionConnectionsByNetworkIsolationKeyStudy",
"experiments": [
Expand Down Expand Up @@ -783,7 +811,7 @@
{
"name": "collection_slot_size_in_minutes",
"value": "30"
},
},
{
"name": "simulate_local_training_step_duration_in_minutes",
"value": "5"
Expand Down

0 comments on commit a7214b5

Please sign in to comment.