Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There should be an option to configure timeout with API #159

Open
ish1301 opened this issue Sep 11, 2017 · 2 comments
Open

There should be an option to configure timeout with API #159

ish1301 opened this issue Sep 11, 2017 · 2 comments

Comments

@ish1301
Copy link

ish1301 commented Sep 11, 2017

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);
@aik099
Copy link
Collaborator

aik099 commented Sep 12, 2017

Sure, send a PR.

@ish1301
Copy link
Author

ish1301 commented Sep 12, 2017

Here we go, #160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants