1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-15 15:53:41 +00:00

operations: disable multi thread copy for local to local copies #3419

...unless --multi-thread-streams has been set explicitly
This commit is contained in:
Nick Craig-Wood
2019-08-12 22:09:40 +01:00
parent ec8e0a6c58
commit eb087a3b04
6 changed files with 100 additions and 1 deletions

View File

@@ -743,6 +743,10 @@ above.
**NB** that this **only** works for a local destination but will work
with any source.
**NB** that multi thread copies are disabled for local to local copies
as they are faster without unless `--multi-thread-streams` is set
explicitly.
### --multi-thread-streams=N ###
When using multi thread downloads (see above `--multi-thread-cutoff`)