Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Update CurlHandle.php #76

Closed
wants to merge 2 commits into from
Closed

Update CurlHandle.php #76

wants to merge 2 commits into from

Conversation

jjborie
Copy link

@jjborie jjborie commented Mar 7, 2016

Changed default value for :
CURLOPT_CONNECTTIMEOUT => 500,
CURLOPT_RETURNTRANSFER => true,

and added 2 timeout default value for better hanlding of curl timeout:
CURLOPT_TIMEOUT_MS => 500,
CURLOPT_TIMEOUT => 500,

Changed default value for :
            CURLOPT_CONNECTTIMEOUT => 500,
            CURLOPT_RETURNTRANSFER => true,

and added 2 timeout default value for better hanlding of curl timeout:
            CURLOPT_TIMEOUT_MS     => 500,
            CURLOPT_TIMEOUT        => 500,
timeout from 500 to 1000
@GrahamCampbell
Copy link
Member

Thanks for the PR, but I'm going to close this since this repo has been EOL for a while now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants