Skip to content

ExtractJob: Fix calculation of totalUncompressedSize

Elvis Angelaccio requested to merge cherry-pick-19451b13 into release/22.12

Ignore directory sizes, because all child entries are passed to ExtractJob constructor (see Part::addChildren()), and directory sizes are the sum of the sizes of child entries (see ArchiveModel::traverseAndComputeDirSizes())

(cherry picked from commit 19451b13)

Merge request reports