From c109d37b7684496304d4d7cd54bb272df9c0af42 Mon Sep 17 00:00:00 2001 From: Cameron <37202596+cocaccola@users.noreply.github.com> Date: Thu, 10 May 2018 11:24:06 -0400 Subject: [PATCH] Update faq.html.md fixed typo --- website/source/docs/faq.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/faq.html.md b/website/source/docs/faq.html.md index c8ff22641b..b45ffcf2a4 100644 --- a/website/source/docs/faq.html.md +++ b/website/source/docs/faq.html.md @@ -111,7 +111,7 @@ of any excessive resource utilization before arbitrarily increasing the limits. ## Q: What is the per-key value size limitation for Consul's key/value store? -The limit on a key's value size is 512KB. This is is strictly enforced and an +The limit on a key's value size is 512KB. This is strictly enforced and an HTTP 413 status will be returned to any client that attempts to store more than that limit in a value. It should be noted that the Consul key/value store is not designed to be used as a general purpose database. See