more of the same
* misc code clean-up * fix weird download speed, before switching the list view * fix CircularFile.java getting stuck on post-processing huge files >2GiB * keep crashed post-processing downloads visible to the user
This commit is contained in:
parent
feb8c27f1f
commit
9f4a7e664f
6 changed files with 84 additions and 59 deletions
|
|
@ -91,7 +91,7 @@ public abstract class Postprocessing {
|
|||
out = new CircularFile(file, 0, this::progressReport, checker);
|
||||
|
||||
mission.done = 0;
|
||||
mission.length = mission.getLength();
|
||||
mission.length = file.length();
|
||||
|
||||
int result = process(out, sources);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue