mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-07-26 14:34:25 +08:00
feat(scrapeURL/pdf): extend amount of time we're willing to wait for PDFs in crawl/batch scrape mode
This commit is contained in:
parent
85cbfbb5bb
commit
ecad76978d
@ -62,7 +62,7 @@ async function scrapePDFWithLlamaParse(meta: Meta, tempFilePath: string): Promis
|
|||||||
schema: z.object({
|
schema: z.object({
|
||||||
markdown: z.string(),
|
markdown: z.string(),
|
||||||
}),
|
}),
|
||||||
tryCount: 32,
|
tryCount: meta.options.timeout !== undefined ? 32 : 1200, // 5 minutes if timeout not specified
|
||||||
tryCooldown: 250,
|
tryCooldown: 250,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user