We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a81ad0 commit 23eb442Copy full SHA for 23eb442
website/content/docs/internals/limits.mdx
@@ -229,7 +229,7 @@ This limit depends on the key size.
229
### Request size
230
231
The maximum size of an HTTP request sent to Vault is limited by
232
-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
233
the HTTP request itself, places an upper bound on any Transit operation,
234
and on the maximum size of any key-value secrets.
235
0 commit comments