lesstif / php-jira-rest-client

PHP classes interact Jira with the REST API.
Other
510 stars 263 forks source link

Introduce timeout to cURL exec from .env file #533

Closed jepster closed 6 months ago

jepster commented 7 months ago

Currently the Jira timeout settings are not set in JiraClient::exec(). So the requests can take very long. Since the default is set to 30 seconds. In my case I am injecting this configuration values to \JiraRestApi\Configuration\ArrayConfiguration::__construct(). This PR improves this.