Skip to content

Commit 23eb442

Browse files
committed
backport of commit 11abd48
1 parent 8a81ad0 commit 23eb442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/docs/internals/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ This limit depends on the key size.
229229
### Request size
230230

231231
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
232+
the `max_request_size` option in the [listener stanza](/docs/configuration/listener/tcp). It defaults to 32 MiB. This value, minus the overhead of
233233
the HTTP request itself, places an upper bound on any Transit operation,
234234
and on the maximum size of any key-value secrets.
235235

0 commit comments

Comments
 (0)