ingress
This commit is contained in:
@@ -13,8 +13,11 @@
|
||||
"del_copy_torrent_file": false,
|
||||
"dht": true,
|
||||
"dont_count_slow_torrents": false,
|
||||
"download_location": "/downloads",
|
||||
"download_location_paths_list": [],
|
||||
"download_location": "/mnt/Teka2/Videos",
|
||||
"download_location_paths_list": [
|
||||
"/mnt/Teka2/Videos",
|
||||
"/downloads"
|
||||
],
|
||||
"enabled_plugins": [],
|
||||
"enc_in_policy": 1,
|
||||
"enc_level": 2,
|
||||
@@ -31,22 +34,24 @@
|
||||
"listen_reuse_port": true,
|
||||
"listen_use_sys_port": false,
|
||||
"lsd": true,
|
||||
"max_active_downloading": 3,
|
||||
"max_active_limit": 8,
|
||||
"max_active_seeding": 5,
|
||||
"max_active_downloading": 5,
|
||||
"max_active_limit": -1,
|
||||
"max_active_seeding": -1,
|
||||
"max_connections_global": 200,
|
||||
"max_connections_per_second": 20,
|
||||
"max_connections_per_torrent": -1,
|
||||
"max_download_speed": -1.0,
|
||||
"max_download_speed_per_torrent": -1,
|
||||
"max_half_open_connections": 20,
|
||||
"max_upload_slots_global": 4,
|
||||
"max_upload_slots_global": -1,
|
||||
"max_upload_slots_per_torrent": -1,
|
||||
"max_upload_speed": -1.0,
|
||||
"max_upload_speed_per_torrent": -1,
|
||||
"move_completed": false,
|
||||
"move_completed_path": "/downloads",
|
||||
"move_completed_paths_list": [],
|
||||
"move_completed_paths_list": [
|
||||
"/mnt/Teka2/Videos"
|
||||
],
|
||||
"natpmp": true,
|
||||
"new_release_check": true,
|
||||
"outgoing_interface": "",
|
||||
|
||||
Reference in New Issue
Block a user