From 7a5b814e598b1a6f41384d1c7ec7f6ec7c71461d Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Mon, 25 May 2020 14:35:39 +0800 Subject: [PATCH] docs: fix cosmetic issues --- docs/content/docs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/docs.md b/docs/content/docs.md index 1dcb1af07..725eb64bb 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -836,7 +836,7 @@ This command line flag allows you to override that computed default. ### --multi-thread-cutoff=SIZE ### 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)` 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`) 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 size of the file. To calculate the number of download streams Rclone @@ -1204,7 +1204,7 @@ See also `--tpslimit-burst`. ### --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 second specified. However if you supply `--tps-burst` then rclone can