Update the gcs chunk_size documentation. (#38749) (#44098)

Remove `1g` from the examples, as the GCS repository chunk_size can be at most 100m.
This commit is contained in:
Armin Braun 2019-07-09 09:18:03 +02:00 committed by GitHub
parent dc8f8e40eb
commit f1ebb82031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ The following settings are supported:
Big files can be broken down into chunks during snapshotting if needed.
The chunk size can be specified in bytes or by using size value notation,
i.e. `1g`, `10m`, `5k`. Defaults to `100m`.
e.g. , `10m` or `5k`. Defaults to `100m`, which is the maximum permitted.
`compress`::