summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-10-24 14:46:21 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-11-05 23:02:15 +0100
commitdb22872e395bdfd8ad323ef5b4a384e050d8bc42 (patch)
tree9e04127dd9c04791901e0cf702bc91be8c7e6a02 /package
parent4cc661ac4402e4812269a0ecd046a520a5ec5d2b (diff)
Disable deflating in a thread
Change-Id: I1803cd61e283bcc20d4d59870121e785bc778f4a
Diffstat (limited to 'package')
-rw-r--r--package/source/zippackage/ZipPackageStream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx
index 2a92d0cbda24..bbdb18d8e91e 100644
--- a/package/source/zippackage/ZipPackageStream.cxx
+++ b/package/source/zippackage/ZipPackageStream.cxx
@@ -798,7 +798,7 @@ bool ZipPackageStream::saveChild(
}
else
{
- bParallelDeflate = true;
+ bParallelDeflate = false;
if (bParallelDeflate)
{
// Start a new thread deflating this zip entry