[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - package/source

Kohei Yoshida kohei.yoshida at collabora.com
Mon Dec 15 12:20:28 PST 2014


 package/source/zippackage/ZipPackageStream.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit cc52524e5b556ae694800df758e5e6917f1ace6c
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Mon Dec 15 15:03:51 2014 -0500

    fdo#87210: Re-enable parallel deflate, which was not the root cause.
    
    With f92183833fa569006602ac7e93c906d2094e0d4d, export no longer crashes,
    and there is no reason to leave this piece disabled any more.  Let's
    re-enable this.
    
    Change-Id: Ibeca8869f152cbcd80f1dcb55f8199110125741d
    (cherry picked from commit 3fcd2ccb443653740d114b3e4dc371c6b0b6525b)

diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx
index 54d0def..e22b234 100644
--- a/package/source/zippackage/ZipPackageStream.cxx
+++ b/package/source/zippackage/ZipPackageStream.cxx
@@ -810,8 +810,6 @@ bool ZipPackageStream::saveChild(
                 if (xSeek.is() && xSeek->getLength() < 100000)
                     bParallelDeflate = false;
 
-                bParallelDeflate = false; // globally disable parallel deflate for now.
-
                 if (bParallelDeflate)
                 {
                     // Start a new thread deflating this zip entry


More information about the Libreoffice-commits mailing list