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:
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
1 changed files with 1 additions and 1 deletions

View File

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