Skip to content

Instantly share code, notes, and snippets.

@dino-su
Created December 24, 2015 13:32
Show Gist options
  • Save dino-su/ef34a74ad601d2c4d523 to your computer and use it in GitHub Desktop.
Save dino-su/ef34a74ad601d2c4d523 to your computer and use it in GitHub Desktop.
### Performance
# The values for the following options are dependent on the system's hardware
# and Internet connection speed. To find the optimal values read:
# Optimize Your BitTorrent Download Speed.
min_peers = 40
max_peers = 52
min_peers_seed = 10
max_peers_seed = 52
max_uploads = 8
download_rate = 200
upload_rate = 10
# The check_hash option executes a hash check when a torrent download is
# complete or rTorrent is started. When starting,
# it checks for errors in your completed files.
check_hash = yes
### Create and manage files
# Set the default download directory. Defaults to "./".
directory = "/home/vagrant/Downloads"
session = "/home/vagrant/.rtorrent/session"
### Additional settings
# Enable DHT
dht = auto
dht_port = 6881
peer_exchange = yes
# Enable Encryption
encryption = allow_incoming,try_outgoing,enable_retry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment