Skip to content

Commit

Permalink
Merge pull request #66 from brave/disable-sync-reset-progress-release
Browse files Browse the repository at this point in the history
Sync reset progress marker release study - disable for investigations
  • Loading branch information
kjozwiak authored Jun 22, 2021
2 parents 46d3b1f + a3aec64 commit da5ba3e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,33 @@
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"],
"country": ["US", "AU", "CA", "FR", "DE", "IE", "JP", "NZ", "GB"]
}
},
{
"name": "SyncResetProgressTokenStudy",
"experiments": [
{
"name": "Enabled",
"probability_weight": 0,
"feature_association": {
"enable_feature": ["ResetProgressMarkerOnCommitFailures"]
}
},
{
"name": "Disabled",
"probability_weight": 100,
"feature_association": {
"disable_feature": ["ResetProgressMarkerOnCommitFailures"]
}
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"channel": ["NIGHTLY", "BETA", "RELEASE"],
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"]
}
}
]
}

0 comments on commit da5ba3e

Please sign in to comment.