Skip to content

Commit

Permalink
Merge pull request #61 from brave/permission-lifetime-release-100
Browse files Browse the repository at this point in the history
Increase permission lifetime on release to 100%.
  • Loading branch information
kjozwiak authored Jun 8, 2021
2 parents ff9636b + 108773f commit 5b7d8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@
"experiments": [
{
"name": "Enabled",
"probability_weight": 50,
"probability_weight": 100,
"feature_association": {
"enable_feature": ["PermissionLifetime"]
}
},
{
"name": "Disabled",
"probability_weight": 50,
"probability_weight": 0,
"feature_association": {
"disable_feature": ["PermissionLifetime"]
}
Expand Down

0 comments on commit 5b7d8e2

Please sign in to comment.