Opened 15 years ago
Closed 15 years ago
#321 closed bug (Invalid)
ETA calculation
Reported by: | alejandrosanchez@… | Owned by: | sadrul |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | 0.5.9.1 |
Keywords: | plugin eta downlad size | Cc: |
Description
To reproduce this bug enabled Torrent File plugin option is required.
Add a new torrent file Select the added torrent Go to the Files Tab under the list and select only 1 or 2 files to download, put the rest of them to "Don't Download" Priority.
The ETA calculation shouldn't be calculated from the "total torrent size", it should be calculated from the "total download size".
Change History (4)
comment:1 Changed 15 years ago by markybob
- Resolution set to invalid
- Status changed from new to closed
comment:3 Changed 15 years ago by anonymous
- Resolution invalid deleted
- Status changed from closed to reopened
comment:4 Changed 15 years ago by markybob
- Resolution set to invalid
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.
it already does. code: size = statetotal_wanted? eta = common.get_eta(size, statetotal_wanted_done?, dl_speed)