Skip to content

Instantly share code, notes, and snippets.

@comeinpark
comeinpark / rtorrent.rc
Last active June 11, 2022 09:17 — forked from lanrat/rtorrent.rc
rtorrent configuration
# Maximum and minimum number of peers to connect to per torrent.
min_peers = 40
max_peers = 64
# Same as above but for seeding completed torrents (-1 = same as downloading)
min_peers_seed = 1
max_peers_seed = 1
# Maximum number of simultanious uploads per torrent.
max_uploads = 10