From 07eb1e676829a20cb7bcc73a219f51b76daa4b3f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 26 Jul 2014 23:39:51 -0400 Subject: update does for chunking --- doc/special_remotes/webdav.mdwn | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'doc/special_remotes/webdav.mdwn') 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: -- cgit v1.2.3