Created
September 3, 2017 15:12
-
-
Save Calinou/6f92c3c1e208a26a3bc13d2ffeed7b54 to your computer and use it in GitHub Desktop.
rTorrent configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scgi_port = 127.0.0.1:5000 | |
dht.mode.set = on | |
protocol.pex.set = yes | |
trackers.use_udp.set = yes | |
throttle.max_uploads.set = 100 | |
throttle.max_uploads.global.set = 250 | |
throttle.min_peers.normal.set = 20 | |
throttle.max_peers.normal.set = 60 | |
throttle.min_peers.seed.set = 30 | |
throttle.max_peers.seed.set = 80 | |
trackers.numwant.set = 80 | |
protocol.encryption.set = allow_incoming,try_outgoing,enable_retry | |
network.http.max_open.set = 50 | |
network.max_open_files.set = 600 | |
network.max_open_sockets.set = 300 | |
pieces.memory.max.set = 1800M | |
network.xmlrpc.size_limit.set = 4M | |
throttle.global_down.max_rate.set_kb = 15000 | |
throttle.global_up.max_rate.set_kb = 1500 | |
directory.default.set = /home/hugo/.rtorrent/ | |
session.path.set = /home/hugo/.rtorrent/.session/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment