clarification
This commit is contained in:
parent
89cc2d128f
commit
013c7ea441
1 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,10 @@ remote:
|
||||||
* `chunksize` - Avoid storing files larger than the specified size in the
|
* `chunksize` - Avoid storing files larger than the specified size in the
|
||||||
directory. For use on directories on mount points that have file size
|
directory. For use on directories on mount points that have file size
|
||||||
limitations. The default is to never chunk files.
|
limitations. The default is to never chunk files.
|
||||||
Note that changing the chunk size of an existing remote is
|
|
||||||
not recommended.
|
|
||||||
The value can use specified using any commonly used units.
|
The value can use specified using any commonly used units.
|
||||||
Example: `chunksize=100 megabytes`
|
Example: `chunksize=100 megabytes`
|
||||||
|
Note that enabling chunking on an existing remote with non-chunked
|
||||||
|
files is not recommended.
|
||||||
|
|
||||||
Setup example:
|
Setup example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue