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

Can't set idleTimeout to 0. #23

Closed
vpelikh opened this issue Jan 10, 2014 · 3 comments
Closed

Can't set idleTimeout to 0. #23

vpelikh opened this issue Jan 10, 2014 · 3 comments
Labels

Comments

@vpelikh
Copy link

vpelikh commented Jan 10, 2014

Log say: "idleTimeout is less than 30000ms, did you specify the wrong time unit? Using default instead."

@brettwooldridge
Copy link
Owner

Ah, we added range checking and forgot to exclude 0. I'll check the fix into the dev branch, but it won't appear in a release until next week. Until then, set idleTimeout to 2147483647 (max. int) to disable it.

@brettwooldridge
Copy link
Owner

This is now fixed. Checkout the dev branch, or wait until 1.2.5 is released next week.

@brettwooldridge
Copy link
Owner

Today HikariCP 1.2.6 was published to the maven repository containing this fix.

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

No branches or pull requests

2 participants