forked from TrueCloudLab/rclone
sftp: fix docs on connections not to refer to concurrency
This commit is contained in:
parent
754e53dbcc
commit
c834eb7dcb
1 changed files with 2 additions and 2 deletions
|
@ -339,13 +339,13 @@ cost of using more memory.
|
||||||
Note that setting this is very likely to cause deadlocks so it should
|
Note that setting this is very likely to cause deadlocks so it should
|
||||||
be used with care.
|
be used with care.
|
||||||
|
|
||||||
If you are doing a sync or copy then make sure concurrency is one more
|
If you are doing a sync or copy then make sure connections is one more
|
||||||
than the sum of |--transfers| and |--checkers|.
|
than the sum of |--transfers| and |--checkers|.
|
||||||
|
|
||||||
If you use |--check-first| then it just needs to be one more than the
|
If you use |--check-first| then it just needs to be one more than the
|
||||||
maximum of |--checkers| and |--transfers|.
|
maximum of |--checkers| and |--transfers|.
|
||||||
|
|
||||||
So for |concurrency 3| you'd use |--checkers 2 --transfers 2
|
So for |connections 3| you'd use |--checkers 2 --transfers 2
|
||||||
--check-first| or |--checkers 1 --transfers 1|.
|
--check-first| or |--checkers 1 --transfers 1|.
|
||||||
|
|
||||||
`, "|", "`", -1),
|
`, "|", "`", -1),
|
||||||
|
|
Loading…
Reference in a new issue