mirror of
https://github.com/transmission/transmission
synced 2024-12-22 07:42:37 +00:00
#3740 The session argument cache-size-mb is documented as cache-size
This commit is contained in:
parent
df82758945
commit
809e1fe6e0
1 changed files with 2 additions and 2 deletions
|
@ -412,7 +412,7 @@
|
|||
"blocklist-url" | string | location of the blocklist to use for "blocklist-update"
|
||||
"blocklist-enabled" | boolean | true means enabled
|
||||
"blocklist-size" | number | number of rules in the blocklist
|
||||
"cache-size" | number | maximum size of the disk cache (MB)
|
||||
"cache-size-mb" | number | maximum size of the disk cache (MB)
|
||||
"config-dir" | string | location of transmission's configuration directory
|
||||
"download-dir" | string | default path to download torrents
|
||||
"dht-enabled" | boolean | true means allow dht in public torrents
|
||||
|
@ -626,7 +626,7 @@
|
|||
| | yes | session-get | new arg "trash-original-torrent-files"
|
||||
| | yes | torrent-get | new arg "isFinished"
|
||||
------+---------+-----------+----------------+-------------------------------
|
||||
10 | 2.10 | yes | session-get | new arg "cache-size"
|
||||
10 | 2.10 | yes | session-get | new arg "cache-size-mb"
|
||||
| | yes | torrent-set | new arg "trackerAdd"
|
||||
| | yes | torrent-set | new arg "trackerRemove"
|
||||
| | yes | torrent-set | new arg "trackerReplace"
|
||||
|
|
Loading…
Reference in a new issue