mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 14:40:37 +08:00
feat(scrapeURL/fire-engine): adjust timeout tuning
This commit is contained in:
parent
b8a6fb3524
commit
ef505f8d99
@ -8,7 +8,7 @@ import * as Sentry from "@sentry/node";
|
||||
import { Action } from "../../../../lib/entities";
|
||||
import { specialtyScrapeCheck } from "../utils/specialtyHandler";
|
||||
|
||||
const defaultTimeout = 20000;
|
||||
const defaultTimeout = 10000;
|
||||
|
||||
// This function does not take `Meta` on purpose. It may not access any
|
||||
// meta values to construct the request -- that must be done by the
|
||||
|
Loading…
x
Reference in New Issue
Block a user