mirror of
https://github.com/mendableai/firecrawl.git
synced 2026-01-05 11:46:21 +00:00
revert: resume A/B testing
This commit is contained in:
parent
2add2d132e
commit
7cac330cb8
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user