From 2ba2bab4b73f0b706218ad5f99500ecadb31ad0b Mon Sep 17 00:00:00 2001 From: andrea-berling Date: Fri, 11 Mar 2022 11:08:31 +0100 Subject: [PATCH] Fix some typos --- .../docs/configuration/storage/google-cloud-storage.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/configuration/storage/google-cloud-storage.mdx b/website/content/docs/configuration/storage/google-cloud-storage.mdx index 593607dea21a3..03963f0b7ada3 100644 --- a/website/content/docs/configuration/storage/google-cloud-storage.mdx +++ b/website/content/docs/configuration/storage/google-cloud-storage.mdx @@ -105,13 +105,13 @@ https://www.googleapis.com/auth/devstorage.read_write send in a single request. If set to 0, it will attempt to send the whole object at once, but will not retry any failures. If you are not storing large objects in Vault, it is recommended to set this to a low value (minimum is - 256 ), since it will reduce the amount of memory Vault uses. Alternatively, this parameter + 256), since it will reduce the amount of memory Vault uses. Alternatively, this parameter can be omitted and the `GOOGLE_STORAGE_CHUNK_SIZE` environment variable can be used to set the chunk size. If both the environment variable and the parameter in the stanza are set the value of the environment variable will take precedence. - `max_parallel` `(int: 128)` - Specifies the maximum number of parallel - operations to take place. + operations to take place. ### High Availability Parameters