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
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.