Skip to content

Commit

Permalink
fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaraman19 committed Dec 9, 2024
1 parent ca66d3e commit 065bcdc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions source/fundamentals/connection/connection-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,21 @@ string, see :manual:`Connection Strings </reference/connection-string/>` in the
- ``null``
- Specifies the database that connections authenticate against.

* - **autoSelectFamily**
- boolean
- ``true``
- If set to true, the socket attempts to connect to IPv6 and IPv4 addresses
until a connection is established. If available, the driver will select
the first IPv6 address.

* - **autoSelectFamilyAttemptTimeout**
- non-negative integer
- ``null``
- 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.

* - **compressors**
- comma separated list of strings, for example, "snappy,zlib,zstd"
- ``null``
Expand Down

0 comments on commit 065bcdc

Please sign in to comment.