Update: 2026-07-22 00:39:28

This commit is contained in:
Hamza-Ayed
2026-07-22 00:39:28 +03:00
parent 58222fbf81
commit 16101927e1
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ function broadcastRideToMarket($rideId, $lat, $lng, $payloadData, $extraMarketDa
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($postData));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_TIMEOUT_MS, 200);
curl_setopt($ch, CURLOPT_TIMEOUT_MS, 2000);
if ($INTERNAL_KEY) {
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-internal-key: $INTERNAL_KEY"]);
}