put.io-sync
put.io-sync copied to clipboard
Limit bandwdth
Is there an option to limit the bandwidth?
there is no option to limit the bandwidth yet and it isn't planned to implement it. Since this project is open source, I would be happy if someone could contribute this functionality.
It would require modifying the lines starting here: https://github.com/Pro/put.io-sync/blob/master/lib/putio-sync.js#L259
If you were using pipes for everything it would be easy to use stream-throttle. I did try to make it work with stream-throttle with no luck. I'll try again