Deploy: 2026-07-21 19:37:08

This commit is contained in:
Hamza-Ayed
2026-07-21 19:37:08 +03:00
parent feec2cbd7c
commit e6417f2883
@@ -280,7 +280,8 @@ class ConversationFlowEngine
'Content-Type: application/json',
'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);
$httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);