You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ There are a number of query parameters that can be used in the connection string
81
81
|`connectionName`| Any string | None | Connection name |
82
82
|`maxDiscoverAttempts`| Number |`10`| Number of attempts to discover the cluster. |
83
83
|`discoveryInterval`| Number |`100`| Cluster discovery polling interval in milliseconds. |
84
-
|`gossipTimeout`| Number |`5`|Gossip timeout in seconds. If the gossip call times out, the next candidate endpoint will be tried.|
84
+
|`gossipTimeout`| Number |`5`|Timeout in seconds for each gossip request during cluster discovery. |
85
85
|`nodePreference`|`leader`, `follower`, `random`, `readOnlyReplica`|`leader`| Preferred node role. When creating a client for write operations, always use `leader`. |
86
86
|`tlsVerifyCert`|`true`, `false`|`true`| In secure mode, set to `true` when using an untrusted connection to the node if you don't have the CA file available. Don't use in production. |
87
87
|`tlsCaFile`| String, file path | None | Path to the CA file when connecting to a secure cluster with a certificate that's not signed by a trusted CA. |
0 commit comments