-
Notifications
You must be signed in to change notification settings - Fork 123
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
get session error #406
Comments
Version 2.6.1 |
This should be not enough connections available, if you want to return, the waitTime parameter you can set NebulaPoolConfig |
set the "minConnsSize:3" means the pool will keep least 3 connections or need keepalive ? |
yeah, the pool will evict connections when the size of idle connections larger than minConnsSize. But it allows the size of connection less than minConnsSize. And please notice that, when init pool, it will not create minConnsSize connections for you , it creates connection object only when you need. |
I have noticed that the issue you created hasn’t been updated for nearly a month, so I have to close it for now. If you have any new updates, you are welcome to reopen this issue anytime. Thanks a lot for your contribution anyway 😊 |
minConnsSize: 3
maxConnsSize: 10
The text was updated successfully, but these errors were encountered: