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:
Etienne Dechamps 2024-10-13 14:30:04 +01:00 committed by GitHub
parent ed2c6c4085
commit f0af1fb0ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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
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
### 3.2 Torrent mutator: `torrent-set`