From a187d0ab5a2a30ae0f021fa173af78e45db80061 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Thu, 25 Jul 2019 12:23:41 -0700 Subject: [PATCH] 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. --- agent/config/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/config/runtime.go b/agent/config/runtime.go index 15a918bff060..a65d57f2b6de 100644 --- a/agent/config/runtime.go +++ b/agent/config/runtime.go @@ -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