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

Setting Login Timeout While Using HikariDataSource HikariDataSource(HikariConfig configuration) Constructor #2173

Open
oguzhantortop opened this issue Feb 14, 2024 · 0 comments

Comments

@oguzhantortop
Copy link

Hi,
In HikariDataSource class there is a public void setLoginTimeout(int seconds) setter. However if I initialize HikariDataSource using HikariDataSource(HikariConfig configuration) constructor it seems like I can't set this value. I can set after initializing HikariDataSource object but this time this value will have no effect. So is there a way to set it without lazy loading?

Thanks

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

No branches or pull requests

1 participant