Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Fix progress update #121

Merged
merged 1 commit into from
May 16, 2022
Merged

Fix progress update #121

merged 1 commit into from
May 16, 2022

Conversation

balloob
Copy link
Member

@balloob balloob commented May 16, 2022

Progress was reported against the filesize variable. This variable is set to the compressed file size if compression is enabled. PR #112 ensures that bytes written no longer exceeded the filesize variable, but bytesWritten represents the actual bytes written. This caused the last ~30% progress to not be reported because that's when actual bytes written exceeded the compressed file size.

@balloob balloob merged commit 7f39c63 into main May 16, 2022
@balloob balloob deleted the fix-progress-update branch May 16, 2022 06:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant