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

Add timeout to RenderServer.render() #73

Merged
merged 1 commit into from
Feb 27, 2017

Conversation

cburmeister
Copy link
Contributor

This commit adds a configurable timeout to the render method signature
within RenderServer. This defaults to 10 seconds; 5 for sending the
request and 5 for reading the response.

This commit adds a configurable timeout to the `render` method signature
within `RenderServer`. This defaults to 10 seconds; 5 for sending the
request and 5 for reading the response.
@markfinger markfinger merged commit 1b19fe5 into markfinger:master Feb 27, 2017
@markfinger
Copy link
Owner

Minor styling nit-picks aside (I'm not outrageously fond of PEP8 line-width), looks good 😄

Thanks for the PR. I'll cut a new release for PyPI.

@markfinger
Copy link
Owner

I've pushed 4.0.0 to PyPI.

Thanks again for the PR!

@cburmeister
Copy link
Contributor Author

@markfinger thank you!

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