Skip to content

Commit

Permalink
Fix limits docs to reflect listener variable name (#13776)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-hc committed Jan 25, 2022
1 parent 14efea5 commit 13c99dc
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 @@ -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.

Expand Down

0 comments on commit 13c99dc

Please sign in to comment.