#2452 closed bug (WorksForMe)
Ratio of seeding-only torrent
Reported by: | oguzhanogreden | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Unknown | Version: | 1.3.6 |
Keywords: | ratio | Cc: |
Description
There is a bug in ratio calculation which makes Deluge show a ratio for a torrent which I have not downloaded via Deluge but only added in order to seed.
Attachments (1)
Change History (5)
Changed 9 years ago by oguzhanogreden
comment:1 Changed 9 years ago by oguzhanogreden
comment:2 Changed 9 years ago by Cas
- Milestone changed from Future to 1.3.x
The actual code is all_time_upload / total_done.
I cannot see the attached image due to Trac problems but are you seeding a partially completed torrent, so you have some that are marked do not download? If this is the case then changing to total_wanted_done is possible.
comment:3 Changed 9 years ago by Cas
- Resolution set to WorksForMe
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
I should note that displayed ratio equals to (full size of the data)/(uploaded size) whereas it should be (downloaded size)/(uploaded size).