Advertisement
Guest User

openwrt_btorrent_config

a guest
Dec 20th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. config transmission
  2. option enabled 1
  3. option run_daemon_as_user 'nobody'
  4. option user 'nobody'
  5. option start_added_torrents true
  6. option trash_original_torrent_files false
  7. option umask 18
  8. option upload_slots_per_torrent 7
  9. option utp_enabled true
  10. option scrape_paused_torrents true
  11. option pex_enabled true
  12.  
  13. option port_forwarding_enabled true
  14. option preallocation 1
  15. option prefetch_enabled true
  16. option rename_partial_files true
  17. option mem_percentage 80
  18. option nice 10
  19. option ionice_flags '-c 3'
  20.  
  21. option cache_size_mb 4
  22. option dht_enabled true
  23. option encryption 1
  24.  
  25. option incomplete_dir_enabled false
  26. option lazy_bitfield_enabled true
  27. option lpd_enabled false
  28. option message_level 2
  29. option open_file_limit 16
  30. option scrape_paused_torrents_enabled true
  31.  
  32. option peer_congestion_algorithm ''
  33. option peer_limit_global 60
  34. option peer_limit_per_torrent 30
  35. option peer_socket_tos 'default'
  36.  
  37. option queue_stalled_enabled true
  38. option queue_stalled_minutes 30
  39.  
  40. option download_queue_enabled true
  41. option download_queue_size 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement