We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e6508 commit cdaa5d0Copy full SHA for cdaa5d0
1 file changed
src/JiraClient.php
@@ -147,6 +147,7 @@ public function curlPrepare(\CurlHandle|bool $ch, array $curl_http_headers, ?str
147
curl_setopt($ch, CURLOPT_SSLKEYPASSWD, $this->getConfiguration()->isCurlOptSslKeyPassword());
148
}
149
if ($this->getConfiguration()->getTimeout()) {
150
+ curl_setopt($ch, CURLOPT_TIMEOUT, $this->getConfiguration()->getTimeout());
151
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $this->getConfiguration()->getTimeout());
152
153
0 commit comments