jira-api-restclient icon indicating copy to clipboard operation
jira-api-restclient copied to clipboard

There should be an option to configure timeout with API

Open ish1301 opened this issue 8 years ago • 2 comments

I had to manually set the timeout using below options.

chobie/jira-api-restclient/src/Jira/Api/Client/CurlClient.php

	curl_setopt($curl, CURLOPT_TIMEOUT, 30);
	curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 10);

ish1301 avatar Sep 11 '17 21:09 ish1301

Sure, send a PR.

aik099 avatar Sep 12 '17 07:09 aik099

Here we go, https://github.com/chobie/jira-api-restclient/pull/160

ish1301 avatar Sep 12 '17 20:09 ish1301