Changes between Initial Version and Version 4 of Ticket #1515


Ignore:
Timestamp:
2015-08-18T17:01:03Z (9 years ago)
Author:
warner
Comment:

Yeah, mutable/retrieve.py currently only calls set_progress() twice: once with 0.0 at the start, and once with 1.0 at the end. This was correct for SDMF, but with MDMF we can make an update after each segment is finished downloading. The place to do this will be inside _decode_blocks(), in the _process() function, where it logs "now decoding segment X of Y". Basically add a set_progress(X/Y) there.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1515

    • Property Priority changed from minor to normal
    • Property Type changed from defect to enhancement
    • Property Component changed from code-frontend-web to code-mutable