mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
tweak the "idle-seeding-limit" documentation in extras/rpc-spec.txt
This commit is contained in:
parent
4b8c6b8a34
commit
6d5defe253
1 changed files with 1 additions and 3 deletions
|
@ -425,7 +425,7 @@
|
||||||
"download-dir-free-space" | number | number of free bytes available in download-dir, or -1 if it can't be calculated
|
"download-dir-free-space" | number | number of free bytes available in download-dir, or -1 if it can't be calculated
|
||||||
"dht-enabled" | boolean | true means allow dht in public torrents
|
"dht-enabled" | boolean | true means allow dht in public torrents
|
||||||
"encryption" | string | "required", "preferred", "tolerated"
|
"encryption" | string | "required", "preferred", "tolerated"
|
||||||
"idle-seeding-limit" | number | the default seed inactivity limit for torrents to use
|
"idle-seeding-limit" | number | torrents we're seeding will be stopped if they're idle for this long
|
||||||
"idle-seeding-limit-enabled" | boolean | true if the seeding inactivity limit is honored by default
|
"idle-seeding-limit-enabled" | boolean | true if the seeding inactivity limit is honored by default
|
||||||
"incomplete-dir" | string | path for incomplete torrents, when enabled
|
"incomplete-dir" | string | path for incomplete torrents, when enabled
|
||||||
"incomplete-dir-enabled" | boolean | true means keep torrents in incomplete-dir until done
|
"incomplete-dir-enabled" | boolean | true means keep torrents in incomplete-dir until done
|
||||||
|
@ -649,8 +649,6 @@
|
||||||
| | yes | torrent-set | new arg "trackerReplace"
|
| | yes | torrent-set | new arg "trackerReplace"
|
||||||
| | yes | session-set | new arg "idle-seeding-limit"
|
| | yes | session-set | new arg "idle-seeding-limit"
|
||||||
| | yes | session-set | new arg "idle-seeding-limit-enabled"
|
| | yes | session-set | new arg "idle-seeding-limit-enabled"
|
||||||
| | yes | session-get | new arg "idle-seeding-limit"
|
|
||||||
| | yes | session-get | new arg "idle-seeding-limit-enabled"
|
|
||||||
| | yes | session-get | new arg "units"
|
| | yes | session-get | new arg "units"
|
||||||
| | yes | torrent-set | new arg "seedIdleLimit"
|
| | yes | torrent-set | new arg "seedIdleLimit"
|
||||||
| | yes | torrent-set | new arg "seedIdleMode"
|
| | yes | torrent-set | new arg "seedIdleMode"
|
||||||
|
|
Loading…
Reference in a new issue