Skip to content

Commit

Permalink
Adjust weight and channels
Browse files Browse the repository at this point in the history
  • Loading branch information
deeppandya committed Dec 12, 2024
1 parent 2568256 commit b043ab6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions studies/AndroidOnboardingStudy.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
experiment: [
{
name: 'Enabled',
probability_weight: 100,
probability_weight: 25,
feature_association: {
enable_feature: [
'NewAndroidOnboarding',
Expand All @@ -13,14 +13,13 @@
},
{
name: 'Default',
probability_weight: 0,
probability_weight: 75,
},
],
filter: {
channel: [
'NIGHTLY',
'BETA',
'RELEASE',
],
platform: [
'ANDROID',
Expand Down

0 comments on commit b043ab6

Please sign in to comment.