How to limit the transmission speed of rclone serve webdav

What is the problem you are having with rclone?

How to limit the transmission speed of rclone serve webdav when --vfs-cache-mode full

I want to use rclone serve to create a webdav service, but can I limit the speed of other software linking to webdav so that files in the cache directory can be uploaded to the remote end in a timely manner

You can try --bwlimit or --bwlimit-file flags to control the bandwidth limit.

I want to control the speed of files to the cache directory, rather than files from the cache directory to the remote location

It is probably a bit more complicated but doable. You can utilise your OS features. For example in Linux you could use cgroups to control process resources usage and limits including network bandwidth.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.