Skip to content

Commit 41f6aa5

Browse files
committed
Bug Fixes: The intervalTime and maxRetry parameters passed in by crawlFile API do not work
1 parent 913b47e commit 41f6aa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ function loaderFileConfig(
227227
): LoaderCrawlFileConfig {
228228
const loaderConfig: LoaderCrawlFileConfig = {
229229
requestConfigs: [],
230+
intervalTime: rawConfig.intervalTime,
231+
maxRetry: rawConfig.maxRetry,
230232
fileConfig: rawConfig.fileConfig
231233
}
232234

0 commit comments

Comments
 (0)