-
Notifications
You must be signed in to change notification settings - Fork 49
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-41823: autoSelectFamily
and autoSelectFamilyAttemptTimeout
options
#944
Conversation
👷 Deploy request for docs-node pending review.Visit the deploys page to approve it
|
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.
lgtm + small suggestions
* - **autoSelectFamily** | ||
- boolean | ||
- ``true`` | ||
- If set to true, the socket attempts to connect to IPv6 and IPv4 addresses |
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.
S: I'd monospace the boolean value
- If set to true, the socket attempts to connect to IPv6 and IPv4 addresses | |
- If set to ``true``, the socket attempts to connect to IPv6 and IPv4 addresses |
- Specifies the amount of time in milliseconds to wait for a connection | ||
attempt to finish before trying the next address when using the | ||
``autoSelectFamily`` option. If set to a positive integer less than ``10``, | ||
the value ``10`` is used instead. |
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.
S: reword to avoid passive voice, maybe:
the value ``10`` is used instead. | |
the driver resets this value to ``10``. |
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-41823
Staging - https://deploy-preview-944--docs-node.netlify.app/fundamentals/connection/connection-options/
Self-Review Checklist