Skip to content

Instantly share code, notes, and snippets.

@Calinou
Created September 3, 2017 15:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Calinou/6f92c3c1e208a26a3bc13d2ffeed7b54 to your computer and use it in GitHub Desktop.
Save Calinou/6f92c3c1e208a26a3bc13d2ffeed7b54 to your computer and use it in GitHub Desktop.
rTorrent configuration file
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