Deploy: 2026-07-21 19:37:08
This commit is contained in:
@@ -280,7 +280,8 @@ class ConversationFlowEngine
|
|||||||
'Content-Type: application/json',
|
'Content-Type: application/json',
|
||||||
'X-Webhook-Secret: ' . getenv('WEBHOOK_SECRET')
|
'X-Webhook-Secret: ' . getenv('WEBHOOK_SECRET')
|
||||||
]);
|
]);
|
||||||
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
|
curl_setopt($ch, CURLOPT_TIMEOUT, 30);
|
||||||
|
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
|
||||||
|
|
||||||
$response = curl_exec($ch);
|
$response = curl_exec($ch);
|
||||||
$httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
|
$httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
|
||||||
|
|||||||
Reference in New Issue
Block a user