Skip to content

Commit 9c199dd

Browse files
authored
Merge pull request scylladb#513 from sylwiaszunejko/fix-doc
Fix doc about RetryPolicy in ClusterConfig
2 parents 8a4ec01 + 133a397 commit 9c199dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ type ClusterConfig struct {
143143
AuthProvider func(h *HostInfo) (Authenticator, error)
144144

145145
// Default retry policy to use for queries.
146-
// Default: no retries.
146+
// Default: SimpleRetryPolicy{NumRetries: 3}.
147147
RetryPolicy RetryPolicy
148148

149149
// ConvictionPolicy decides whether to mark host as down based on the error and host info.

0 commit comments

Comments
 (0)