We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0525f6b commit 6e1473dCopy full SHA for 6e1473d
src/index.ts
@@ -30,7 +30,7 @@ function createInstanceConfig(
30
id: ++id,
31
32
mode: mode ?? 'async',
33
- enableRandomFingerprint: enableRandomFingerprint ?? true,
+ enableRandomFingerprint: enableRandomFingerprint ?? false,
34
timeout: timeout ?? 10000,
35
maxRetry: maxRetry ?? 0,
36
logConfig: { start: true, process: true, result: true },
0 commit comments