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.
This commit is contained in:
parent
95590f878d
commit
5262e6a372
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue