mirror of
https://github.com/transmission/transmission
synced 2025-01-31 11:23:40 +00:00
fix copy-and-paste error in the RPC spec. Thanks to KyleK for reporting this.
This commit is contained in:
parent
adbbf82302
commit
10302af22a
1 changed files with 3 additions and 3 deletions
|
@ -249,11 +249,11 @@
|
|||
"peer-limit" | int maximum global number of peers
|
||||
"pex-allowed" | boolean true means allow pex in public torrents
|
||||
"port" | int port number
|
||||
"port-forwarding-enabled" | boolean true means enabled.
|
||||
"port-forwarding-enabled" | boolean true means enabled
|
||||
"speed-limit-down" | int max global download speed (in KiB/s)
|
||||
"speed-limit-down-enabled" | int max global download speed (in KiB/s)
|
||||
"speed-limit-down-enabled" | boolean true means enabled
|
||||
"speed-limit-up" | int max global upload speed (in KiB/s)
|
||||
"speed-limit-up-enabled" | int max global upload speed (in KiB/s)
|
||||
"speed-limit-up-enabled" | boolean true means enabled
|
||||
|
||||
4.2. Mutators
|
||||
|
||||
|
|
Loading…
Reference in a new issue