Skip to content

Commit

Permalink
Fix documentation wrapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
benashz committed Oct 13, 2021
1 parent 1643308 commit 05741b6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions api/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,17 @@ type Config struct {
// SRVLookup enables the client to lookup the host through DNS SRV lookup
SRVLookup bool

// CloneHeaders ensures that the source client's headers are copied to its clone.
// CloneHeaders ensures that the source client's headers are copied to
// its clone.
CloneHeaders bool

// PreventStaleReads enables the Client to require discovered cluster replication states
// for each request.
// PreventStaleReads enables the Client to require discovered cluster
// replication states for each request.
// The shared state is automatically propagated to all Client clones.
//
// Note: Careful consideration should be made prior to enabling this setting since there will
// be a performance penalty paid upon each request. This feature requires Enterprise server-side.
// Note: Careful consideration should be made prior to enabling this setting
// since there will be a performance penalty paid upon each request.
// This feature requires Enterprise server-side.
PreventStaleReads bool
}

Expand Down

0 comments on commit 05741b6

Please sign in to comment.