Browse Source

Update the gcs chunk_size documentation. (#38749)

Remove `1g` from the examples, as the GCS repository chunk_size can be at most 100m.
Peter Lieverdink 6 years ago
parent
commit
3fd477a87d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/plugins/repository-gcs.asciidoc

+ 1 - 1
docs/plugins/repository-gcs.asciidoc

@@ -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`::