Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
Remove global cache default
Browse files Browse the repository at this point in the history
  • Loading branch information
ovanschie committed Mar 9, 2018
1 parent 4c063b6 commit bb7d674
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Request/RequestOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class RequestOptions
CURLOPT_TIMEOUT => 300, // time-out on response
CURLOPT_AUTOREFERER => true,
CURLOPT_FAILONERROR => true,
CURLOPT_DNS_USE_GLOBAL_CACHE => true, // Use DNS cache
CURLOPT_DNS_CACHE_TIMEOUT => 120, // DNS lifetime in seconds
CURLOPT_USERAGENT => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Lush Http Client',
//CURLOPT_COOKIEJAR => storage_path('app/lushcookie.txt'),
Expand Down

0 comments on commit bb7d674

Please sign in to comment.