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

Compare commits

..

No commits in common. "58ea2dc8efa4c7e92e94672ec30e73b77d9d7a69" and "4d3ead3e197fab5399d7374d901118e6ed69b55d" have entirely different histories.

View File

@ -9,23 +9,9 @@ The software can be setup via [Docker](/wiki/docker.md) with the
[haugene image](./docker-images/haugene_-_transmission-openvpn.md) that [haugene image](./docker-images/haugene_-_transmission-openvpn.md) that
includes an openvpn tunnel. includes an openvpn tunnel.
## Limiting Upload ## Settings for Download and Upload
When the downloaded torrent should not be seeded the best way is enabling and 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. 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 This will stop the process of seeding once a package is downloaded allowing
other torrents to start downloading. 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
```