mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 15:00:39 +08:00
Update webhook.ts
This commit is contained in:
parent
ae90370543
commit
5c05bb12a7
@ -86,7 +86,7 @@ export const callWebhook = async (
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
timeout: 10000, // 10 seconds timeout
|
||||
timeout: v1 ? 10000 : 30000, // 10 seconds timeout (v1)
|
||||
}
|
||||
)
|
||||
.catch((error) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user