diff --git a/daemon/settings.json b/daemon/settings.json index ed0f2a21e7aeb53d1bbf30957540b37ee4c282e8..36d9069fa643041f1102c59b1b9227877725caa5 100644 --- a/daemon/settings.json +++ b/daemon/settings.json @@ -13,8 +13,6 @@ "cache-size-mb": 4, "dht-enabled": true, "download-dir": "/var/lib/transmission/Downloads", - "download-limit": 100, - "download-limit-enabled": 0, "download-queue-enabled": true, "download-queue-size": 5, "encryption": 1, @@ -23,7 +21,6 @@ "incomplete-dir": "/var/lib/transmission/incomplete", "incomplete-dir-enabled": false, "lpd-enabled": true, - "max-peers-global": 100, "message-level": 1, "peer-congestion-algorithm": "", "peer-id-ttl-hours": 6, @@ -66,8 +63,6 @@ "start-added-torrents": true, "trash-original-torrent-files": false, "umask": 18, - "upload-limit": 100, - "upload-limit-enabled": 0, "upload-slots-per-torrent": 14, "utp-enabled": true }