Skip to content

Commit 06ab1da

Browse files
authored
Merge branch 'main' into jm/fix-cta-too-narrow
2 parents 43671ec + 5d1407a commit 06ab1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ab-testing/config/abTests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const ABTests: ABTest[] = [
5353
status: "ON",
5454
expirationDate: "2025-12-30",
5555
type: "server",
56-
audienceSize: 10 / 100,
56+
audienceSize: 40 / 100,
5757
groups: ["control", "variant"],
5858
shouldForceMetricsCollection: false,
5959
},

0 commit comments

Comments
 (0)