[Libreoffice-commits] core.git: Branch 'feature/perfwork4' - package/source
Matúš Kukan
matus.kukan at collabora.com
Sat Nov 1 04:08:01 PDT 2014
package/source/zippackage/ZipPackageStream.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 124c81037be1a971232c622614a629ca64478dc1
Author: Matúš Kukan <matus.kukan at collabora.com>
Date: Sat Nov 1 12:06:41 2014 +0100
Test parallelism again.
Change-Id: I495e147b679b770c479eb0bb2c2714d815e5b9e9
diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx
index 396b052..1efa9ab 100644
--- a/package/source/zippackage/ZipPackageStream.cxx
+++ b/package/source/zippackage/ZipPackageStream.cxx
@@ -797,7 +797,7 @@ bool ZipPackageStream::saveChild(
}
else
{
- bParallelDeflate = false;
+ bParallelDeflate = true;
if (bParallelDeflate)
{
// Start a new thread deflating this zip entry
More information about the Libreoffice-commits
mailing list