mirror of
https://github.com/rclone/rclone.git
synced 2025-01-27 00:32:02 +01:00
docs: fix cosmetic issues
This commit is contained in:
parent
aa6c06d751
commit
7a5b814e59
@ -836,7 +836,7 @@ This command line flag allows you to override that computed default.
|
|||||||
### --multi-thread-cutoff=SIZE ###
|
### --multi-thread-cutoff=SIZE ###
|
||||||
|
|
||||||
When downloading files to the local backend above this size, rclone
|
When downloading files to the local backend above this size, rclone
|
||||||
will use multiple threads to download the file. (default 250M)
|
will use multiple threads to download the file (default 250M).
|
||||||
|
|
||||||
Rclone preallocates the file (using `fallocate(FALLOC_FL_KEEP_SIZE)`
|
Rclone preallocates the file (using `fallocate(FALLOC_FL_KEEP_SIZE)`
|
||||||
on unix or `NTSetInformationFile` on Windows both of which takes no
|
on unix or `NTSetInformationFile` on Windows both of which takes no
|
||||||
@ -871,7 +871,7 @@ with `--multi-thread-streams 0`
|
|||||||
|
|
||||||
When using multi thread downloads (see above `--multi-thread-cutoff`)
|
When using multi thread downloads (see above `--multi-thread-cutoff`)
|
||||||
this sets the maximum number of streams to use. Set to `0` to disable
|
this sets the maximum number of streams to use. Set to `0` to disable
|
||||||
multi thread downloads. (Default 4)
|
multi thread downloads (Default 4).
|
||||||
|
|
||||||
Exactly how many streams rclone uses for the download depends on the
|
Exactly how many streams rclone uses for the download depends on the
|
||||||
size of the file. To calculate the number of download streams Rclone
|
size of the file. To calculate the number of download streams Rclone
|
||||||
@ -1204,7 +1204,7 @@ See also `--tpslimit-burst`.
|
|||||||
|
|
||||||
### --tpslimit-burst int ###
|
### --tpslimit-burst int ###
|
||||||
|
|
||||||
Max burst of transactions for `--tpslimit`. (default `1`)
|
Max burst of transactions for `--tpslimit` (default `1`).
|
||||||
|
|
||||||
Normally `--tpslimit` will do exactly the number of transaction per
|
Normally `--tpslimit` will do exactly the number of transaction per
|
||||||
second specified. However if you supply `--tps-burst` then rclone can
|
second specified. However if you supply `--tps-burst` then rclone can
|
||||||
|
Loading…
Reference in New Issue
Block a user