We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a4ec01 + 133a397 commit 9c199ddCopy full SHA for 9c199dd
cluster.go
@@ -143,7 +143,7 @@ type ClusterConfig struct {
143
AuthProvider func(h *HostInfo) (Authenticator, error)
144
145
// Default retry policy to use for queries.
146
- // Default: no retries.
+ // Default: SimpleRetryPolicy{NumRetries: 3}.
147
RetryPolicy RetryPolicy
148
149
// ConvictionPolicy decides whether to mark host as down based on the error and host info.
0 commit comments