mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
916569102c
Each part of a multipart upload takes 96M of memory, so we make sure that we don't user more than `--transfers` * 96M of memory buffering the multipart uploads. This has the consequence that some uploads may appear to be at 0% for a while, however they will get going eventually so this won't re-introduce #731.