Remove `1g` from the examples, as the GCS repository chunk_size can be at most 100m.
This commit is contained in:
parent
dc8f8e40eb
commit
f1ebb82031
|
@ -233,7 +233,7 @@ The following settings are supported:
|
||||||
|
|
||||||
Big files can be broken down into chunks during snapshotting if needed.
|
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,
|
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`::
|
`compress`::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue