We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde01ef commit 2065221Copy full SHA for 2065221
elasticsearch_connector.module
@@ -794,7 +794,6 @@ function elasticsearch_connector_load_library($cluster) {
794
'hosts' => array($cluster->url),
795
'guzzleOptions' => array(
796
'curl.options' => array(
797
- CURLOPT_DNS_USE_GLOBAL_CACHE => TRUE,
798
CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4,
799
CURLOPT_CONNECTTIMEOUT => (!empty($cluster->options['timeout']) ? $cluster->options['timeout'] : ELASTICSEARCH_CONNECTOR_DEFAULT_TIMEOUT)
800
)
0 commit comments