From 14bccfaed5bfc93380ec3e534e5c7b4697ca8a50 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 18 Aug 2021 22:20:44 +0300
Subject: [PATCH] Removed outdated daemon config entries.

Some configuration entries were from a old version of the Transmission
daemon that accidentally kept around from a long time ago.
---
 daemon/settings.json | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/daemon/settings.json b/daemon/settings.json
index ed0f2a2..36d9069 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
 }
-- 
GitLab