Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-berling committed Mar 11, 2022
1 parent 99151a1 commit 2ba2bab
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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

Expand Down

0 comments on commit 2ba2bab

Please sign in to comment.