We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f2e83 commit 5cd9e7fCopy full SHA for 5cd9e7f
cluster.go
@@ -76,6 +76,7 @@ type ClusterOptions struct {
76
IdleCheckFrequency time.Duration
77
78
TLSConfig *tls.Config
79
+ Limiter Limiter
80
}
81
82
func (opt *ClusterOptions) init() {
@@ -145,6 +146,7 @@ func (opt *ClusterOptions) clientOptions() *Options {
145
146
IdleCheckFrequency: disableIdleCheck,
147
148
TLSConfig: opt.TLSConfig,
149
+ Limiter: opt.Limiter,
150
151
152
0 commit comments