summaryrefslogtreecommitdiff
path: root/cpp/unpack.hpp
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731>2009-02-15 09:10:01 +0000
committerfrsyuki <frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731>2009-02-15 09:10:01 +0000
commite893dde57e60e8e75b30b0e6a539ec233e112a4a (patch)
tree57b8033767e0871875e329bbbe24300c542caea1 /cpp/unpack.hpp
parent823add403e5f0d905fc0003023c2b270adb22897 (diff)
downloadmsgpack-python-e893dde57e60e8e75b30b0e6a539ec233e112a4a.tar.gz
C++ binding: efficient serializing interface
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@95 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
Diffstat (limited to 'cpp/unpack.hpp')
-rw-r--r--cpp/unpack.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/unpack.hpp b/cpp/unpack.hpp
index fe20fc7..293a5d3 100644
--- a/cpp/unpack.hpp
+++ b/cpp/unpack.hpp
@@ -24,8 +24,7 @@
#include <stdexcept>
#ifndef MSGPACK_UNPACKER_DEFAULT_INITIAL_BUFFER_SIZE
-#define MSGPACK_UNPACKER_DEFAULT_INITIAL_BUFFER_SIZE 16
-//#define MSGPACK_UNPACKER_DEFAULT_INITIAL_BUFFER_SIZE 8*1024
+#define MSGPACK_UNPACKER_DEFAULT_INITIAL_BUFFER_SIZE (32*1024)
#endif
namespace msgpack {