From 11abd485a2be8c7e22f6cc5cb25f5ab0545a5914 Mon Sep 17 00:00:00 2001 From: mickael e Date: Tue, 25 Jan 2022 10:45:41 -0500 Subject: [PATCH] Fix limits docs to reflect listener variable name --- website/content/docs/internals/limits.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/internals/limits.mdx b/website/content/docs/internals/limits.mdx index 4f3423e8792b..84128658c34b 100644 --- a/website/content/docs/internals/limits.mdx +++ b/website/content/docs/internals/limits.mdx @@ -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.