rclone/backend/azureblob
Nick Craig-Wood df07964db3 azureblob: raise --azureblob-upload-concurrency to 16 by default
After speed testing it was discovered that upload speed goes up pretty
much linearly with upload concurrency. This patch changes the default
from 4 to 16 which means that rclone will use 16 * 4M = 64M per
transfer which is OK even for low memory devices.

This adds a note that performance may be increased by increasing
upload concurrency.

See: https://forum.rclone.org/t/performance-of-rclone-vs-azcopy/27437/9
2021-11-18 16:09:02 +00:00
..
azureblob_internal_test.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
azureblob_test.go azureblob: remove 100MB upper limit on chunk_size as it is no longer needed 2021-11-18 16:09:02 +00:00
azureblob_unsupported.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
azureblob.go azureblob: raise --azureblob-upload-concurrency to 16 by default 2021-11-18 16:09:02 +00:00
imds_test.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
imds.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00