Opened 14 years ago
Closed 13 years ago
#1554 closed bug (Fixed)
Stop Seeding on Share Ratio Fails for Partially Selected Torrents
Reported by: | robg | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.4 |
Component: | Core | Version: | 1.3.1 |
Keywords: | Cc: |
Description
Bug Report
If you select only one file (or fewer than all the files) from a multiple file torrent to download, and have the "Stop seeding when share ratio reaches" option selected then the torrent will never automatically stop seeding.
Steps to Reproduce
- In Preferences under "Queue" check the option for "Stop Seeding when share ratio reaches" from the bottom third section labeled "Seeding". Click OK to save preferences
- Open a torrent file containing multiple files for downloading to Deluge using the GUI.
- From the Add Torrent panel, select the Files tab.
- Uncheck one of the files to be downloaded.
- Add the torrent to the active queue.
Expected result: torrent will stop seeding when ratio reaches the specified value.
Actual result: torrent continues seeding indefinitely
Additional Notes
Single file & multiple file torrents where all the files are downloaded do correctly stop seeding at the specified ratio. This only happens when the torrent has some file not selected for download.
Change History (5)
comment:1 by , 14 years ago
Milestone: | Future → 1.3.x |
---|---|
Type: | defect → bug |
comment:2 by , 14 years ago
comment:3 by , 13 years ago
Milestone: | 1.3.x → 1.3.3 |
---|
I managed to repeat this but am unsure if this is Deluge or libtorrent related as it needs more debugging.
comment:4 by , 13 years ago
Milestone: | 1.3.3 → 1.3.x |
---|
comment:5 by , 13 years ago
Milestone: | 1.3.x → 1.3.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Although not tested for specifically this issue should be fixed by these two commits:
#1264 is probably a duplicate of this ticket