This commit is contained in:
Lizandro Guarnizo
2026-02-20 11:46:29 -05:00
parent 602e6d3724
commit 2f73ee2a1a
4 changed files with 273 additions and 208 deletions
+2 -1
View File
@@ -446,7 +446,8 @@ class WhatsAppService
CURLOPT_HTTPHEADER => [
'Authorization: Bearer ' . $this->token
],
CURLOPT_TIMEOUT => 120
CURLOPT_TIMEOUT => 300,
CURLOPT_CONNECTTIMEOUT => 30
]);
$response = curl_exec($ch);