Skip to content

Commit

Permalink
Merge pull request #253 from brave/op-remove-prod
Browse files Browse the repository at this point in the history
Remove OP study in Nightly
  • Loading branch information
kjozwiak authored Apr 7, 2022
2 parents 40e5612 + bb71a6f commit 4cafd64
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -868,45 +868,6 @@
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"]
}
},
{
"name": "OperationalPatternsCollectionStudy",
"experiments": [
{
"name": "Enabled",
"probability_weight": 10,
"feature_association": {
"enable_feature": ["FederatedLearningOperationalPatterns"]
},
"parameters": [
{
"name": "collection_slot_size_in_minutes",
"value": "30"
},
{
"name": "simulate_local_training_step_duration_in_minutes",
"value": "5"
},
{
"name": "collection_id_lifetime_in_days",
"value": "30"
}
]
},
{
"name": "Disabled",
"probability_weight": 90,
"feature_association": {
"disable_feature": ["FederatedLearningOperationalPatterns"]
}
}
],
"filter": {
"min_version": "92.1.28.42",
"channel": ["NIGHTLY"],
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"],
"country": ["US"]
}
},
{
"name": "PartitionConnectionsByNetworkIsolationKeyStudy",
"experiments": [
Expand Down

0 comments on commit 4cafd64

Please sign in to comment.