Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is the rtorrent configuration file installed by rtinst script - https://github.com/arakasi72/rtinst
- # This file is installed to ~/.rtorrent.rc
- # Enable/modify the options as needed, uncomment the options you wish to enable.
- # This configuration will work well with most systems, but optimal settings are dependant on specific server setup
- # BitTorrent
- max_downloads_global = 0
- max_uploads_global = 0
- min_peers = 30
- max_peers = 150
- min_peers_seed = -1
- max_peers_seed = -1
- max_uploads = 150
- download_rate = 0
- upload_rate = 0
- # Directories
- directory = /home/xylen/rtorrent/downloads
- session = /home/xylen/rtorrent/.session
- schedule = watch_directory,5,5,load_start=/home/xylen/rtorrent/watch/*.torrent
- # Networking
- port_range = 51001-51250
- # network.scgi.open_port = localhost:5000
- network.scgi.open_port = 127.0.0.1:5000
- network.http.ssl_verify_peer.set=0
- port_random = yes
- use_udp_trackers = yes
- encryption = allow_incoming,enable_retry,prefer_plaintext
- network.max_open_files.set = 4096
- network.max_open_sockets.set = 1536
- network.http.max_open.set = 48
- network.send_buffer.size.set = 4M
- network.receive_buffer.size.set = 4M
- dht = disable
- peer_exchange = no
- # Memory Settings
- check_hash = no
- # hash_read_ahead = 30
- # hash_interval = 5
- # hash_max_tries = 5
- pieces.preload.type.set = 1
- max_memory_usage = 3500M
- # The following line initialises rutorrent plugins without needing to open the web interface
- execute = {sh,-c,/usr/bin/php /var/www/rutorrent/php/initplugins.php xylen &}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement