1
0
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:
Nick Craig-Wood
2017-06-26 16:01:31 +01:00
parent f0abd6173d
commit 24cb739d1f
2 changed files with 2 additions and 2 deletions

View File

@@ -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 ####