Version v1.46

This commit is contained in:
Nick Craig-Wood
2019-02-09 10:42:57 +00:00
parent 0dc08e1e61
commit eb85ecc9c4
82 changed files with 24832 additions and 18620 deletions
+10 -1
View File
@@ -393,12 +393,21 @@ Upload chunk size. Must fit in memory.
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. 5,000,000 Bytes is the
minimim size.
minimum size.
- Config: chunk_size
- Env Var: RCLONE_B2_CHUNK_SIZE
- Type: SizeSuffix
- Default: 96M
#### --b2-disable-checksum
Disable checksums for large (> upload cutoff) files
- Config: disable_checksum
- Env Var: RCLONE_B2_DISABLE_CHECKSUM
- Type: bool
- Default: false
<!--- autogenerated options stop -->