revert: resume A/B testing

This commit is contained in:
Gergő Móricz 2025-07-05 16:22:44 +02:00
parent 2add2d132e
commit 7cac330cb8

View File

@ -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 = {