-
Notifications
You must be signed in to change notification settings - Fork 20
DOCSP-46691: Connection Pools #157
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
DOCSP-46691: Connection Pools #157
Conversation
✅ Deploy Preview for docs-pymongo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple small things but LGTM!
source/connect/connection-pools.txt
Outdated
| Defaults to ``20000`` | ||
|
||
* - ``maxConnecting`` | ||
- | Sets the maximum number of connections that each pool can have at once. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The maximum number of connections that each pool can establish concurrently. If this limit is reached, further requests wait until one of these connections are established or another in use connection is checked back into the pool.
(cherry picked from commit 7634320)
(cherry picked from commit 7634320)
(cherry picked from commit 7634320)
(cherry picked from commit 7634320)
(cherry picked from commit 7634320)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-46691
Staging Links
Self-Review Checklist