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

feat: Add configurable request timeout #341

Merged

Conversation

octopotato
Copy link

When making requests against large instances (say get all public projects of gitlab.com) the calls appear to hang, but in reality it's just that the request timeout is set to 300 seconds. This PR adds the ability for the client to configure the timeout (default is still 300 seconds) so that we can timeout for clients that need to do so.

@jdalrymple jdalrymple changed the title Add configurable request timeout feat: Add configurable request timeout Jun 8, 2019
@jdalrymple jdalrymple merged commit 4d99902 into jdalrymple:master Jun 8, 2019
jdalrymple pushed a commit that referenced this pull request Jun 8, 2019
# [6.3.0](6.2.0...6.3.0) (2019-06-08)

### Features

* Add configurable request timeout ([#341](#341)) ([4d99902](4d99902))
@jdalrymple
Copy link
Owner

🎉 This PR is included in version 6.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants