Bump curl timeout to 300
parent
34dd9e19e1
commit
c5d8a13bc4
|
@ -150,7 +150,7 @@ class CurlDownloader
|
|||
curl_setopt($curlHandle, CURLOPT_FOLLOWLOCATION, false);
|
||||
//curl_setopt($curlHandle, CURLOPT_DNS_USE_GLOBAL_CACHE, false);
|
||||
curl_setopt($curlHandle, CURLOPT_CONNECTTIMEOUT, 10);
|
||||
curl_setopt($curlHandle, CURLOPT_TIMEOUT, 60);
|
||||
curl_setopt($curlHandle, CURLOPT_TIMEOUT, 300);
|
||||
curl_setopt($curlHandle, CURLOPT_WRITEHEADER, $headerHandle);
|
||||
curl_setopt($curlHandle, CURLOPT_FILE, $bodyHandle);
|
||||
curl_setopt($curlHandle, CURLOPT_ENCODING, "gzip");
|
||||
|
|
Loading…
Reference in New Issue