1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-24 12:56:36 +02:00
Nick Craig-Wood 88bd80c1fa march: Fix excessive parallelism when using --no-traverse
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
2023-11-20 17:36:31 +00:00
..
2022-11-07 11:41:47 +00:00
2023-08-22 12:52:13 +01:00
2023-08-22 12:52:13 +01:00
2023-10-23 15:43:55 +01:00
2018-08-21 10:58:59 +01:00
2023-11-16 17:15:00 +00:00
2023-09-12 11:24:17 +01:00