Plugin Directory

Changeset 2608979


Ignore:
Timestamp:
10/04/2021 04:16:19 PM (4 years ago)
Author:
paulq
Message:

Reduced request timeout

Location:
chatwee/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chatwee/trunk/lib/ChatweeV2_SDK/Chatwee/HttpClient.php

    r2495309 r2608979  
    8787        $userAgent = $customUserAgent ? $customUserAgent : self::USER_AGENT_HEADER;
    8888
    89         curl_setopt($curl, CURLOPT_TIMEOUT, 60);
     89        curl_setopt($curl, CURLOPT_TIMEOUT, 5);
    9090        curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method);
    9191        curl_setopt($curl, CURLOPT_URL, $url);
  • chatwee/trunk/readme.txt

    r2495274 r2608979  
    201201*   Bug fix: network error handling
    202202*   Bug fix: improved form data input sanity
     203
     204= 2.1.6 =
     205
     206*   Reduced request timeout
Note: See TracChangeset for help on using the changeset viewer.