rakshasa / rtorrent

rTorrent BitTorrent client
https://github.com/rakshasa/rtorrent/wiki
GNU General Public License v2.0
4.05k stars 412 forks source link

rTorrent Configuration Template #1161

Open pirrys opened 2 years ago

pirrys commented 2 years ago

Hello I've just installed the latest rtorrent.rc template. My question, I do not see any min/max down/upload speed in the settings, should I add it or is it irrelevant? Thank you.

kannibalox commented 2 years ago

Whether it's relevant it's relevant depends entirely on your goals and setup, but the specific commands to do so are throttle.global_down.max_rate.set_kb and throttle.global_up.max_rate.set_kb

pirrys commented 2 years ago

Whether it's relevant it's relevant depends entirely on your goals and setup, but the specific commands to do so are throttle.global_down.max_rate.set_kb and throttle.global_up.max_rate.set_kb

My thought about it was if not mentioned in the r.rc file, the up and download default value would be "0" (unlimited)! Thank you for giving me the right direction.