Skip to content

Instantly share code, notes, and snippets.

View ppaskowsky's full-sized avatar

Peter Paskowsky ppaskowsky

View GitHub Profile
@ppaskowsky
ppaskowsky / .rtorrent.rc
Last active November 8, 2015 23:29
.rtorrent.rc configuration file for raspberry pi
# This is an example resource file for rTorrent, optimized for the raspbery pi.
# Copy to ~/.rtorrent.rc and enable/modify the options as needed.
# Maximum and minimum number of peers to connect to per torrent.
# min_peers = 1
# max_peers = 5
# Same as above but for seeding completed torrents (-1 = same as downloading)
# min_peers_seed = 1
# max_peers_seed = 20