Advertisement
Guest User

Untitled

a guest
May 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. max_peers = 50
  2. max_peers_seed = 50
  3.  
  4. max_uploads = 250
  5.  
  6. download_rate = 3000
  7. upload_rate = 90
  8.  
  9. directory = /home/chris/Downloads
  10. session = /home/chris/autotorrent/.session
  11.  
  12. schedule = watch_directory,5,5,load_start=/home/chris/autotorrent/*.torrent
  13.  
  14. port_range = 45600-45600
  15. port_random = no
  16. scgi_port = localhost:5000
  17.  
  18. check_hash = no
  19. hash_read_ahead = 64
  20. hash_interval = 5
  21. hash_max_tries = 2
  22.  
  23. use_udp_trackers = yes
  24. dht = off
  25. peer_exchange = yes
  26.  
  27. encryption = allow_incoming,try_outgoing,enable_retry
  28.  
  29. max_open_files = 256
  30. max_memory_usage = 800M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement