mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
bedf6e90d2
It seems that when doing chunked uploads to onedrive, if the chunks take more than 3 minutes or so to upload then they may timeout with error 504 Gateway Timeout. This change produces an error (just once) suggesting lowering `--onedrive-chunk-size` or decreasing `--transfers`. This is easy to replicate with: rclone copy -Pvv --bwlimit 0.05M 20M onedrive:20M See: https://forum.rclone.org/t/default-onedrive-chunk-size-does-not-work/20010/