mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Fix limits docs to reflect listener variable name (#13776)
This commit is contained in:
@@ -229,7 +229,7 @@ This limit depends on the key size.
|
||||
### Request size
|
||||
|
||||
The maximum size of an HTTP request sent to Vault is limited by
|
||||
the `maximum_request_size` option in the [listener stanza](/docs/configuration/listener/tcp). It defaults to 32 MiB. This value, minus the overhead of
|
||||
the `max_request_size` option in the [listener stanza](/docs/configuration/listener/tcp). It defaults to 32 MiB. This value, minus the overhead of
|
||||
the HTTP request itself, places an upper bound on any Transit operation,
|
||||
and on the maximum size of any key-value secrets.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user