Skip to content

Commit

Permalink
backport of commit 11abd48 (#13783)
Browse files Browse the repository at this point in the history
Co-authored-by: mickael e <[email protected]>
  • Loading branch information
1 parent eed2380 commit fd4c00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/internals/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,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.

Expand Down

0 comments on commit fd4c00f

Please sign in to comment.