From f21f652bd51a2f30bfed9899bfb4e738bf0377c1 Mon Sep 17 00:00:00 2001 From: fweddi Date: Thu, 3 Sep 2026 14:01:25 +0100 Subject: [PATCH] Roll out variant headlines to all users --- ab-testing/config/abTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ab-testing/config/abTests.ts b/ab-testing/config/abTests.ts index ea35f3f1fd7..83fb7c785fe 100644 --- a/ab-testing/config/abTests.ts +++ b/ab-testing/config/abTests.ts @@ -205,7 +205,7 @@ const ABTests: ABTest[] = [ status: "ON", expirationDate: "2036-08-12", type: "server", - audienceSize: 50 / 100, + audienceSize: 100 / 100, audienceSpace: "E", groups: ["a", "b"], shouldForceMetricsCollection: false,