2
0

(webhook) Add custom timeout option

Closes #1128
This commit is contained in:
Baptiste Arnaud
2024-01-04 08:08:00 +01:00
parent d247e02cad
commit 34917b00ef
9 changed files with 241 additions and 15 deletions

View File

@@ -21,3 +21,6 @@ export const defaultWebhookBlockOptions = {
isCustomBody: false,
isExecutedOnClient: false,
} as const satisfies WebhookBlockV6['options']
export const defaultTimeout = 10
export const maxTimeout = 120