-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.rtorrent.rc
64 lines (56 loc) · 2.46 KB
/
.rtorrent.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# ----------------------------------------------------------------------
# ~/.rtorrent.rc
#
# rtorrent configuration
# ____ _ _
# / ___| ___ ___ __| | |__ _____ __
# \___ \ / _ \/ _ \/ _` | '_ \ / _ \ \/ /
# ___) | __/ __/ (_| | |_) | (_) > <
# |____/ \___|\___|\__,_|_.__/ \___/_/\_\
#
# @see http://torrent-invites.com/help/172374-advice-rtorrent-rc-config.html
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
# BitTorrent
# ----------------------------------------------------------------------
max_downloads_global = 0
max_uploads_global = 0
min_peers = 500
max_peers = 1000
min_peers_seed = 500
max_peers_seed = 1000
max_uploads = 1000
download_rate = 0
upload_rate = 0
tracker_numwant = 250
# ----------------------------------------------------------------------
# Directories
# ----------------------------------------------------------------------
directory = /home/killjoy/rtorrent
session = /home/killjoy/.session
schedule = watch_directory,5,5,load_start=/home/killjoy/torrents/*.torrent
encoding_list = UTF-8
# ----------------------------------------------------------------------
# Network
# ----------------------------------------------------------------------
port_range = 51777-51780
scgi_local = /var/run/rtorrent/rpc.socket
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 = 65536
network.max_open_sockets.set = 1536
network.http.max_open.set = 48
network.send_buffer.size.set = 4M
network.receive_buffer.size.set = 4M
network.xmlrpc.size_limit.set = 4M
dht = auto
dht_port = 6881
peer_exchange = yes
# ----------------------------------------------------------------------
# Hash
# ----------------------------------------------------------------------
check_hash = no
pieces.preload.type.set = 1
max_memory_usage = 5000M