summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-10-31 16:55:41 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-10-31 16:57:50 +0100
commit009e2edd13eec617f2b7600c04cdd3f86309dcf0 (patch)
tree94fab29fce951f5f141b0e2b0bb8a2980ec1e4b8
parent26a0edf153c70adb7e1b0208616e81acb05289fb (diff)
package: Increase size of buffers
I just want to see what's going to happen - if anything. Change-Id: Iba09c261126654ab19fc5755b3923b406db15031
-rw-r--r--package/inc/PackageConstants.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/PackageConstants.hxx b/package/inc/PackageConstants.hxx
index df7bebcf6bd4..9336e684e51a 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;