Skip to content

Commit

Permalink
Also mark NodeName as advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Feb 1, 2022
1 parent 0ec1241 commit 5198121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kv/memberlist/memberlist_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (c *Client) awaitKVRunningOrStopping(ctx context.Context) error {
// KVConfig is a config for memberlist.KV
type KVConfig struct {
// Memberlist options.
NodeName string `yaml:"node_name"`
NodeName string `yaml:"node_name" category:"advanced"`
RandomizeNodeName bool `yaml:"randomize_node_name" category:"advanced"`
StreamTimeout time.Duration `yaml:"stream_timeout" category:"advanced"`
RetransmitMult int `yaml:"retransmit_factor" category:"advanced"`
Expand Down

0 comments on commit 5198121

Please # to comment.