Opened 10 years ago
Closed 9 years ago
#447 closed defect (fixed)
i2psnark handling of skipped files
Reported by: | zzz | Owned by: | zzz |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.1 |
Component: | apps/i2psnark | Version: | 0.8.1 |
Keywords: | Cc: | ||
Parent Tickets: | Sensitive: | no |
Description
File priority feature added in 0.8.1 causes some problems when files are skipped:
- no way to stop snark from creating storage for skipped files
- if you delete them anyway, it may bomb out and will recreate them on restart
- where to store partial pieces if we do support omitting skipped files?
- display issues when 'complete'
- state issues when 'complete' (disconnect, etc)
- Need some additional state besides leeching or seeding to handle this
Subtickets
Change History (2)
comment:1 Changed 9 years ago by
Milestone: | 0.8.12 → 0.9.1 |
---|
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sparse files implemented in 0.9-3 (see ticket #641).
Almost everything else is implemented in 0.9-5.
See ticket #641 for why you still can't delete skipped files.