mirror of
https://github.com/rclone/rclone.git
synced 2026-01-06 02:23:24 +00:00
b2: reduce minimum chunk size to 5MB - fixes #1289
This commit is contained in:
@@ -248,7 +248,7 @@ system.
|
||||
|
||||
When uploading large files chunk the file into this size. Note that
|
||||
these chunks are buffered in memory and there might a maximum of
|
||||
`--transfers` chunks in progress at once. 100,000,000 Bytes is the
|
||||
`--transfers` chunks in progress at once. 5,000,000 Bytes is the
|
||||
minimim size (default 96M).
|
||||
|
||||
#### --b2-upload-cutoff=SIZE ####
|
||||
|
||||
Reference in New Issue
Block a user