Skip to content

Commit

Permalink
Fix formula
Browse files Browse the repository at this point in the history
  • Loading branch information
slaunay committed Apr 18, 2019
1 parent c75591c commit 070038f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ type Config struct {
// How long to wait for a successful metadata response.
// Disabled by default which means a metadata request against an unreachable
// cluster (all brokers are unreachable or unresponsive) can take up to
// `Net.[Dial|Read]Timeout * BrokerCount * Metadata.Retry.Max + Metadata.Retry.Backoff * (Metadata.Retry.Max - 1)`
// `Net.[Dial|Read]Timeout * BrokerCount * (Metadata.Retry.Max + 1) + Metadata.Retry.Backoff * Metadata.Retry.Max`
// to fail.
Timeout time.Duration
}
Expand Down

0 comments on commit 070038f

Please sign in to comment.