From 675b837d6d3396decd2a353b13b8435a116aa507 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 10 Jan 2018 14:18:37 -0800 Subject: [PATCH] Documentation/dev-guide: update "Request size limit" with v3.2.12 Signed-off-by: Gyuho Lee --- Documentation/dev-guide/limit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev-guide/limit.md b/Documentation/dev-guide/limit.md index 9452b5366..1fc8f0f3b 100644 --- a/Documentation/dev-guide/limit.md +++ b/Documentation/dev-guide/limit.md @@ -2,7 +2,7 @@ ## Request size limit -etcd is designed to handle small key value pairs typical for metadata. Larger requests will work, but may increase the latency of other requests. For the time being, etcd guarantees to support RPC requests with up to 1MB of data. In the future, the size limit may be loosened or made configurable. +etcd is designed to handle small key value pairs typical for metadata. Larger requests will work, but may increase the latency of other requests. By default, the maximum size of any request is 1.5 MiB. This limit is configurable through `--max-request-bytes` flag for etcd server. ## Storage size limit