From 58ea2dc8efa4c7e92e94672ec30e73b77d9d7a69 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 21 Feb 2023 00:00:54 +0100 Subject: [PATCH] transmission: change number of downloads --- wiki/transmission.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wiki/transmission.md b/wiki/transmission.md index d454190..90af9bc 100644 --- a/wiki/transmission.md +++ b/wiki/transmission.md @@ -16,7 +16,7 @@ setting `Stop seeding at ratio:` to `0` under `Torrents` in the settings. This will stop the process of seeding once a package is downloaded allowing other torrents to start downloading. -## Change Number of Concurrent Downloads and Uploads +## Change Number of Concurrent Downloads The default number of concurrent downloads is set to 5. To increase this number edit the file `~/.config/transmission/settings.json` @@ -29,7 +29,3 @@ is located at `/config/transmission-home/settings.json`. ```txt "download-queue-size": 5 ``` - -The number of concurrent uploads is not limited. -Disabling the uploads of files can be done manually or by -[limiting the upload](#limiting-upload).