some improvement

This commit is contained in:
2025-05-03 01:22:03 +02:00
parent 42332ac329
commit 26d4613dd1
9 changed files with 80 additions and 28 deletions

View File

@@ -14,7 +14,7 @@
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"cache-size-mb": 256,
"default-trackers": "",
"dht-enabled": true,
"download-dir": "/downloads/complete",
@@ -42,8 +42,8 @@
"prefetch-enabled": true,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"ratio-limit": 20,
"ratio-limit-enabled": true,
"rename-partial-files": true,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
@@ -73,10 +73,10 @@
"start-added-torrents": true,
"tcp-enabled": true,
"torrent-added-verify-mode": "fast",
"trash-original-torrent-files": false,
"trash-original-torrent-files": true,
"umask": "002",
"upload-slots-per-torrent": 14,
"utp-enabled": false,
"upload-slots-per-torrent": 100,
"utp-enabled": true,
"watch-dir": "/watch",
"watch-dir-enabled": true
}