mirror of https://github.com/status-im/consul.git
config: correct limit to limits in config example (#6219)
This isn't yet documented on the website, but wanted to update this to add the missing s.
This commit is contained in:
parent
69629870fe
commit
4e0a16ab2d
|
@ -833,7 +833,7 @@ type RuntimeConfig struct {
|
|||
// KVMaxValueSize controls the max allowed value size. If not set defaults
|
||||
// to raft's suggested max value size.
|
||||
//
|
||||
// hcl: limit { kv_max_value_size = uint64 }
|
||||
// hcl: limits { kv_max_value_size = uint64 }
|
||||
KVMaxValueSize uint64
|
||||
|
||||
// LeaveDrainTime is used to wait after a server has left the LAN Serf
|
||||
|
|
Loading…
Reference in New Issue