mirror of
https://github.com/transmission/transmission
synced 2025-01-03 13:35:36 +00:00
docs: explain default-trackers param format in rpc-spec (#5099)
This commit is contained in:
parent
211e3fc985
commit
a623b50ed0
1 changed files with 3 additions and 2 deletions
|
@ -158,7 +158,7 @@ Request arguments:
|
|||
| `seedRatioLimit` | double | torrent-level seeding ratio
|
||||
| `seedRatioMode` | number | which ratio to use. See tr_ratiolimit
|
||||
| `trackerAdd` | array | **DEPRECATED** use trackerList instead
|
||||
| `trackerList` | string | string of announce URLs, one per line, with a blank line between tiers
|
||||
| `trackerList` | string | string of announce URLs, one per line, and a blank line between [tiers](https://www.bittorrent.org/beps/bep_0012.html).
|
||||
| `trackerRemove` | array | **DEPRECATED** use trackerList instead
|
||||
| `trackerReplace` | array | **DEPRECATED** use trackerList instead
|
||||
| `uploadLimit` | number | maximum upload speed (KBps)
|
||||
|
@ -527,7 +527,8 @@ Response arguments: `path`, `name`, and `id`, holding the torrent ID integer
|
|||
| `blocklist-url` | string | location of the blocklist to use for `blocklist-update`
|
||||
| `cache-size-mb` | number | maximum size of the disk cache (MB)
|
||||
| `config-dir` | string | location of transmission's configuration directory
|
||||
| `default-trackers` | list of default trackers to use on public torrents
|
||||
| `default-trackers` | string of announce URLs, one per line, and a blank line between
|
||||
[tiers](https://www.bittorrent.org/beps/bep_0012.html).
|
||||
| `dht-enabled` | boolean | true means allow DHT in public torrents
|
||||
| `download-dir` | string | default path to download torrents
|
||||
| `download-dir-free-space` | number | **DEPRECATED** Use the `free-space` method instead.
|
||||
|
|
Loading…
Reference in a new issue