mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
sftp: fix docs on connections not to refer to concurrency
This commit is contained in:
parent
754e53dbcc
commit
c834eb7dcb
@ -339,13 +339,13 @@ cost of using more memory.
|
||||
Note that setting this is very likely to cause deadlocks so it should
|
||||
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|.
|
||||
|
||||
If you use |--check-first| then it just needs to be one more than the
|
||||
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|.
|
||||
|
||||
`, "|", "`", -1),
|
||||
|
Loading…
Reference in New Issue
Block a user