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

Connection Pool Querytimeout Support #188

Merged
merged 5 commits into from
Dec 13, 2014
Merged

Conversation

lucasjans
Copy link
Contributor

In our application we use RethinkDb for some analysis queries. They can be very slow. Unfortunately as is there is no way to manipulate the timeout when using a connection pool. This adds a parameter in the connectionPool element in the web.config.

<connectionPool enabled="true" queryTimeout="300" />

Would extend the timeout to 5 minutes.

mfenniak added a commit that referenced this pull request Dec 13, 2014
Query timeout configuration support for pooled connections
@mfenniak mfenniak merged commit 7f45b97 into mfenniak:master Dec 13, 2014
@mfenniak
Copy link
Owner

Hey Lucas, this looks great. Thanks for the contribution. 👍

mfenniak added a commit that referenced this pull request Dec 13, 2014
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