add some docs for rtorrent; add qbittorrent as another option
This commit is contained in:
parent
07392d8c65
commit
6c8af27e05
4 changed files with 38 additions and 3 deletions
|
|
@ -24,6 +24,15 @@ trackers.use_udp.set = 1
|
|||
dht.mode.set = auto
|
||||
dht.port.set = @dhtPort@
|
||||
|
||||
throttle.max_uploads.set = 100
|
||||
throttle.max_uploads.global.set = 250
|
||||
|
||||
throttle.min_peers.normal.set = 1
|
||||
throttle.max_peers.normal.set = 1024
|
||||
throttle.min_peers.seed.set = 1
|
||||
throttle.max_peers.seed.set = 1024
|
||||
trackers.numwant.set = 80
|
||||
|
||||
# Adding public DHT servers for easy bootstrapping
|
||||
schedule2 = dht_node_1, 5, 0, "dht.add_node=router.utorrent.com:6881"
|
||||
schedule2 = dht_node_2, 5, 0, "dht.add_node=dht.transmissionbt.com:6881"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue