2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-13 15:26:48 +00:00

config: correct limit to limits in config example ()

This isn't yet documented on the website, but wanted to update this to add the missing s.
This commit is contained in:
Jack Pearkes 2019-07-25 12:38:57 -07:00 committed by GitHub
parent 69629870fe
commit 4e0a16ab2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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