Skip to content

Commit

Permalink
add explanation for fields in ring
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Sep 21, 2023
1 parent c4706aa commit 788fbd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions universal.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func (o *UniversalOptions) Ring() *RingOptions {
DialTimeout: o.DialTimeout,
ReadTimeout: o.ReadTimeout,
WriteTimeout: o.WriteTimeout,
// ContextTimeoutEnabled: o.ContextTimeoutEnabled,
// ContextTimeoutEnabled: o.ContextTimeoutEnabled, // field does not exist yet, see PR 2726

PoolFIFO: o.PoolFIFO,
PoolSize: o.PoolSize,
Expand All @@ -191,7 +191,7 @@ func (o *UniversalOptions) Ring() *RingOptions {

TLSConfig: o.TLSConfig,

// DisableIndentity: o.DisableIndentity,
// DisableIndentity: o.DisableIndentity, // field does not exist yet, see PR 2726
}
}

Expand Down

0 comments on commit 788fbd3

Please sign in to comment.