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 d9fbe03 commit 48ab006Copy full SHA for 48ab006
src/index.ts
@@ -11,7 +11,7 @@ import { isUndefined } from './utils'
11
const loaderBaseConfigDefault: LoaderXCrawlConfig = {
12
mode: 'async',
13
enableRandomFingerprint: true,
14
- timeout: 100,
+ timeout: 10000,
15
maxRetry: 0
16
}
17
0 commit comments