mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-10 02:27:45 +02:00
Compare commits
2 Commits
4d3ead3e19
...
58ea2dc8ef
Author | SHA1 | Date | |
---|---|---|---|
58ea2dc8ef | |||
9e1a6b1f2a |
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user