diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-23 16:46:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-23 16:46:15 -0400 |
commit | bb6fc59b228cbd9a90f128434a182c9f8999efbd (patch) | |
tree | 2771ce343cfdc86bc79417ef1a8a6cbd13c2d80a /doc | |
parent | 715e9b4542cb4d3fa27c1116780b41bfa8a8e49e (diff) |
recommend users not change the chunksize
Suppose A is 10 mb, and B is 20 mb, and the upload speed is the same. If B
starts first, when A will overwrite the file it is uploading for the 1st chunk.
Then A uploads the second chunk, and once A is done, B finishes the 1st chunk
and uploads its second. We now have 1(from A), 2(from B), so data loss.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/special_remotes/directory.mdwn | 2 | ||||
-rw-r--r-- | doc/special_remotes/webdav.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/special_remotes/directory.mdwn b/doc/special_remotes/directory.mdwn index b79cf7544..96d593821 100644 --- a/doc/special_remotes/directory.mdwn +++ b/doc/special_remotes/directory.mdwn @@ -31,7 +31,7 @@ remote: The value can use specified using any commonly used units. Example: `chunksize=100 megabytes` Note that enabling chunking on an existing remote with non-chunked - files is not recommended. + files is not recommended; nor is changing the chunksize. Setup example: diff --git a/doc/special_remotes/webdav.mdwn b/doc/special_remotes/webdav.mdwn index 21b213ee5..871540a97 100644 --- a/doc/special_remotes/webdav.mdwn +++ b/doc/special_remotes/webdav.mdwn @@ -35,7 +35,7 @@ the webdav remote. 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. + files is not recommended, nor is changing the chunksize. Setup example: |