Skip to content

Commit

Permalink
Disable reset sync progress marker study; fixes #569 (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBarabash authored Apr 14, 2023
1 parent 0d75d61 commit 057e0a8
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1902,6 +1902,47 @@
]
},
"name": "SpeedreaderAndroidStudy"
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"ResetProgressMarkerOnCommitFailures"
]
},
"name": "Enabled",
"probability_weight": 0
},
{
"feature_association": {
"disable_feature": [
"ResetProgressMarkerOnCommitFailures"
]
},
"name": "Disabled",
"probability_weight": 100

},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA",
"RELEASE"
],
"platform": [
"WINDOWS",
"MAC",
"LINUX",
"ANDROID"
]
},
"name": "SyncResetProgressTokenStudy"
}
],
"version": "1"
Expand Down

0 comments on commit 057e0a8

Please sign in to comment.