Browse Source

Merge pull request #9129 from gyuho/doc

Documentation/dev-guide: update "Request size limit" with v3.2.12
Gyuho Lee 8 years ago
parent
commit
ab2bb9de9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/dev-guide/limit.md

+ 1 - 1
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