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

Merge pull request from cocaccola/patch-1

Update faq.html.md
This commit is contained in:
Jack Pearkes 2018-05-10 10:16:44 -07:00 committed by GitHub
commit ea0bd741a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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