mirror of
https://github.com/rclone/rclone.git
synced 2025-01-19 04:47:54 +02:00
88bd80c1fa
When using `--no-traverse` the march routines call NewObject on each potential object in the destination. The concurrency limiter was accidentally arranged so that there were `--checkers` * `--checkers` NewObject calls going on at once. This became obvious when using the sftp backend which used too many connections. Fixes #5824