We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The main reason for non-zero min size is checking postgres server existence on pool creation time. One connection should be enough.
Thoughts?
The text was updated successfully, but these errors were encountered:
+1 Makes sense
Sorry, something went wrong.
Agree, minsize=10 looks like too much for default value.
minsize=10
dddf7e2
Merge pull request #108 from aio-libs/reduce_minsize
52e0b8c
Fix #106: Reduce pool minsize to 1
No branches or pull requests
The main reason for non-zero min size is checking postgres server existence on pool creation time.
One connection should be enough.
Thoughts?
The text was updated successfully, but these errors were encountered: