mirror of
https://github.com/mykola2312/1-Gigabit-File-Server-Seedbox-Optimisation-Boilerplate.git
synced 2025-12-17 00:44:12 +00:00
35 lines
1,019 B
Text
35 lines
1,019 B
Text
# -- START HERE --
|
|
directory.default.set = /(Your dir)/rtorrent
|
|
encoding.add = UTF-8
|
|
encryption = allow_incoming,try_outgoing,enable_retry
|
|
execute.nothrow = chmod,777,/h(Your Dir/.config/rpc.socket
|
|
execute.nothrow = chmod,777,/(Your Dir)/.sessions
|
|
network.port_random.set = yes
|
|
network.port_range.set = 37521-39021
|
|
network.scgi.open_port = localhost:37521
|
|
network.tos.set = throughput
|
|
pieces.hash.on_completion.set = no
|
|
protocol.pex.set = no
|
|
schedule = watch_directory,5,5,load.start=/(Your Dir)/rwatch/*.torrent
|
|
session.path.set = /(Your Dir)/.sessions/
|
|
|
|
min_peers = 250
|
|
max_peers = 400
|
|
min_peers_seed = -1
|
|
max_peers_seed = -1
|
|
max_uploads = 200
|
|
download_rate = 0
|
|
upload_rate = 0
|
|
use_udp_trackers = yes
|
|
dht = disable
|
|
peer_exchange = no
|
|
pieces.memory.max.set = 6G
|
|
pieces.preload.type.set = 1
|
|
port_open = yes
|
|
trackers.numwant.set = 400
|
|
network.max_open_files.set = 65535
|
|
network.max_open_sockets.set = 65535
|
|
system.file.allocate.set = yes
|
|
network.tos.set = throughput
|
|
|
|
# -- END HERE --
|