Closed l-n-s closed 7 years ago
what about a ListManyTorrentInfos function?
On Thu, Sep 21, 2017 at 08:01:56PM +0000, l-n-s wrote:
Need detailed torrent list, for displaying front page of webui. Right now API is getting spammed with n requests (for every torrent) each second, it may cause problems when n > 100.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, [1]view it on GitHub, or [2]mute the thread.
Reverse link: [3]unknown
References
Visible links
IMO better to request all available torrent infos, and filter them by status. You suggest to request many torrent infos by providing their IDs?
You suggest to request many torrent infos by providing their IDs?
yes
We were discussing this lately, RPC command via POST ListTorrentDetailed (analogy of verbose ListTorrent command), returns detailed list of all known torrents.
Need detailed torrent list, for displaying front page of webui. Right now API is getting spammed with n requests (for every torrent) each second, it may cause problems when n > 100.