1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-10 02:27:45 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
58ea2dc8ef transmission: change number of downloads 2023-02-21 00:00:54 +01:00
9e1a6b1f2a transmission: change number of downloads 2023-02-20 23:37:53 +01:00

View File

@ -9,9 +9,23 @@ The software can be setup via [Docker](/wiki/docker.md) with the
[haugene image](./docker-images/haugene_-_transmission-openvpn.md) that
includes an openvpn tunnel.
## Settings for Download and Upload
## Limiting Upload
When the downloaded torrent should not be seeded the best way is enabling and
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
The default number of concurrent downloads is set to 5.
To increase this number edit the file `~/.config/transmission/settings.json`
inside the system that runs Transmission and change change the following line to
the preferred number of downloads.
When running
[the haugene image](./docker-images/haugene_-_transmission-openvpn.md) the file
is located at `/config/transmission-home/settings.json`.
```txt
"download-queue-size": 5
```