[Libreoffice-commits] core.git: Branch 'feature/perfwork4' - package/inc
Matúš Kukan
matus.kukan at collabora.com
Fri Oct 31 08:58:50 PDT 2014
package/inc/PackageConstants.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 009e2edd13eec617f2b7600c04cdd3f86309dcf0
Author: Matúš Kukan <matus.kukan at collabora.com>
Date: Fri Oct 31 16:55:41 2014 +0100
package: Increase size of buffers
I just want to see what's going to happen - if anything.
Change-Id: Iba09c261126654ab19fc5755b3923b406db15031
diff --git a/package/inc/PackageConstants.hxx b/package/inc/PackageConstants.hxx
index df7bebc..9336e68 100644
--- a/package/inc/PackageConstants.hxx
+++ b/package/inc/PackageConstants.hxx
@@ -21,7 +21,7 @@
#include <sal/types.h>
-const sal_Int32 n_ConstBufferSize = 32768;
+const sal_Int32 n_ConstBufferSize = 524288;
// by calculation of the digest we read 32 bytes more ( if available )
// it allows to ignore the padding if the stream is longer than n_ConstDigestDecrypt since we read at least two blocks more;
More information about the Libreoffice-commits
mailing list