Skip to content

Commit 3afeca8

Browse files
committed
CURLMOPT_MAX_TOTAL_CONNECTIONS removed
1 parent 550e3ec commit 3afeca8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ClickHouseSlots.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ public function slotAdd($slot, $curl_h, $slot_hook = false)
187187
if (!$this->multi_h) {
188188
$this->multi_h = \curl_multi_init();
189189
curl_multi_setopt($this->multi_h, \CURLMOPT_MAXCONNECTS, 1023);
190-
curl_multi_setopt($this->multi_h, \CURLMOPT_MAX_TOTAL_CONNECTIONS, 1023);
191190
curl_multi_setopt($this->multi_h, \CURLMOPT_MAX_HOST_CONNECTIONS, 1023);
192191
}
193192
$ans = \curl_multi_add_handle($this->multi_h, $curl_h);

0 commit comments

Comments
 (0)