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 e5695ce commit 214aec5Copy full SHA for 214aec5
universal.go
@@ -188,10 +188,10 @@ func (o *UniversalOptions) Ring() *RingOptions {
188
MinRetryBackoff: o.MinRetryBackoff,
189
MaxRetryBackoff: o.MaxRetryBackoff,
190
191
- DialTimeout: o.DialTimeout,
192
- ReadTimeout: o.ReadTimeout,
193
- WriteTimeout: o.WriteTimeout,
194
- // ContextTimeoutEnabled: o.ContextTimeoutEnabled, // field does not exist yet, see PR 2726
+ DialTimeout: o.DialTimeout,
+ ReadTimeout: o.ReadTimeout,
+ WriteTimeout: o.WriteTimeout,
+ ContextTimeoutEnabled: o.ContextTimeoutEnabled,
195
196
PoolFIFO: o.PoolFIFO,
197
PoolSize: o.PoolSize,
0 commit comments