rclone: limit sftp-concurrency to 64 (again)

This commit is contained in:
cy 2025-04-21 17:19:13 -04:00
parent d97917bba0
commit 4f2af1bcfc
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -23,7 +23,7 @@ let
--vfs-fast-fingerprint \
--vfs-read-chunk-size 8M \
--vfs-read-chunk-streams 16 \
--sftp-concurrency 128 \
--sftp-concurrency 64 \
--sftp-chunk-size 255k \
--buffer-size 0 \
--write-back-cache \