diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-26 23:39:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-26 23:39:51 -0400 |
commit | 07eb1e676829a20cb7bcc73a219f51b76daa4b3f (patch) | |
tree | 2437cd5a3e02c5c930cb92b11263ccc09dc23edc /doc/special_remotes/webdav.mdwn | |
parent | 748609e54c6bc6ca9d6ac68da04b8dd430416876 (diff) |
update does for chunking
Diffstat (limited to 'doc/special_remotes/webdav.mdwn')
-rw-r--r-- | doc/special_remotes/webdav.mdwn | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/special_remotes/webdav.mdwn b/doc/special_remotes/webdav.mdwn index 871540a97..64eed5d0b 100644 --- a/doc/special_remotes/webdav.mdwn +++ b/doc/special_remotes/webdav.mdwn @@ -29,13 +29,11 @@ the webdav remote. be created as needed. Use of a https URL is strongly encouraged, since HTTP basic authentication is used. -* `chunksize` - Avoid storing files larger than the specified size in - WebDAV. For use when the WebDAV server has file size - limitations. The default is to never chunk files. - The value can use specified using any commonly used units. - Example: `chunksize=75 megabytes` - Note that enabling chunking on an existing remote with non-chunked - files is not recommended, nor is changing the chunksize. +* `chunk` - Enables [[chunking]] when storing large files. + +* `chunksize` - Deprecated version of chunk parameter above. + Do not use for new remotes. It is not safe to change the chunksize + setting of an existing remote. Setup example: |