From 7cac330cb85357e00a27df2f8bbc707ffb7d59ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Sat, 5 Jul 2025 16:22:44 +0200 Subject: [PATCH] revert: resume A/B testing --- apps/api/src/scraper/scrapeURL/engines/fire-engine/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/src/scraper/scrapeURL/engines/fire-engine/index.ts b/apps/api/src/scraper/scrapeURL/engines/fire-engine/index.ts index 3e7bf4594..65459bc02 100644 --- a/apps/api/src/scraper/scrapeURL/engines/fire-engine/index.ts +++ b/apps/api/src/scraper/scrapeURL/engines/fire-engine/index.ts @@ -223,8 +223,8 @@ export async function scrapeURLWithFireEngineChromeCDP( const timeout = (timeToRun ?? 300000) + totalWait; - const shouldABTest = false; - // const shouldABTest = !meta.internalOptions.zeroDataRetention && Math.random() <= (1/30); + // const shouldABTest = false; + const shouldABTest = !meta.internalOptions.zeroDataRetention && Math.random() <= (1/30); const request: FireEngineScrapeRequestCommon & FireEngineScrapeRequestChromeCDP = {