#2474 closed patch (Invalid)
Replace add_torrent with async_add_torrent
Reported by: | Doadin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.x |
Component: | Core | Version: | develop |
Keywords: | Cc: |
Description
http://dev.deluge-torrent.org/wiki/Plan/libtorrent
Other potential changes Replace add_torrent with the more efficient non-blocking async_add_torrent.
Attachments (1)
Change History (6)
by , 10 years ago
Attachment: | Replace add_torrent with async_add_torrent.patch added |
---|
comment:2 by , 10 years ago
I was just starting to work on it. Mostly just opened this because there isnt a ticket for this item yet? So more just a spot to work on it and add patches and what not so its easy to collaborate on the issue.
comment:3 by , 10 years ago
I appreciate the ticket being opened but the patch is no good, clearly untested and changes code that is irrelevant to the issue.
comment:4 by , 8 years ago
Resolution: | → Invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I'm afraid that patch is incorrect plus it is more complicated than simply renaming the method call to libtorrent.
From lt man: