File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ active_ab_tests:
44 GraphQLMinistersIndex : true
55 GraphQLNewsArticles : true
66 GraphQLRoles : true
7+ GraphQLWorldIndex : true
78 SearchFreshnessBoost : true
89ab_test_expiries :
910 Example : 86400
1011 BankHolidaysTest : 86400
1112 GraphQLMinistersIndex : 86400
1213 GraphQLNewsArticles : 86400
1314 GraphQLRoles : 86400
15+ GraphQLWorldIndex : 86400
1416 SearchFreshnessBoost : 86400
1517# AB test percentages
1618example_percentages :
@@ -31,6 +33,10 @@ graphqlroles_percentages:
3133 A : 0
3234 B : 0
3335 Z : 100
36+ graphqlworldindex_percentages :
37+ A : 0
38+ B : 0
39+ Z : 100
3440searchfreshnessboost_percentages :
3541 A : 50
3642 B : 50
Original file line number Diff line number Diff line change 1919 - A
2020 - B
2121 - Z
22+ - GraphQLWorldIndex :
23+ - A
24+ - B
25+ - Z
2226- SearchFreshnessBoost :
2327 - A
2428 - B
You can’t perform that action at this time.
0 commit comments