mirror of
https://github.com/transmission/transmission
synced 2025-01-03 05:25:52 +00:00
Clarify that torrent ids are not stable (#7110)
Transmission renumbers torrents on restart. This may catch RPC clients off-guard if the daemon happens to restart between two related RPCs.
This commit is contained in:
parent
ed2c6c4085
commit
f0af1fb0ab
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,9 @@ All torrents are used if the `ids` argument is omitted.
|
||||||
2. a list of torrent id numbers, SHA1 hash strings, or both
|
2. a list of torrent id numbers, SHA1 hash strings, or both
|
||||||
3. a string, `recently-active`, for recently-active torrents
|
3. a string, `recently-active`, for recently-active torrents
|
||||||
|
|
||||||
|
Note that integer torrent ids are not stable across Transmission daemon
|
||||||
|
restarts. Use torrent hashes if you need stable ids.
|
||||||
|
|
||||||
Response arguments: none
|
Response arguments: none
|
||||||
|
|
||||||
### 3.2 Torrent mutator: `torrent-set`
|
### 3.2 Torrent mutator: `torrent-set`
|
||||||
|
|
Loading…
Reference in a new issue