We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54b7c6 commit 722e5f0Copy full SHA for 722e5f0
libraries/rpclib/src/rpc/msgpack/unpack.h
@@ -98,7 +98,7 @@ void msgpack_unpacker_free(msgpack_unpacker* mpac);
98
99
100
#ifndef MSGPACK_UNPACKER_RESERVE_SIZE
101
-#define MSGPACK_UNPACKER_RESERVE_SIZE (32*1024)
+#define MSGPACK_UNPACKER_RESERVE_SIZE (1024)
102
#endif
103
104
/**
libraries/rpclib/src/rpc/msgpack/v1/unpack_decl.hpp
@@ -40,11 +40,11 @@
40
const size_t COUNTER_SIZE = sizeof(_msgpack_atomic_counter_t);
41
42
#ifndef MSGPACK_UNPACKER_INIT_BUFFER_SIZE
43
-#define MSGPACK_UNPACKER_INIT_BUFFER_SIZE (64*1024)
+#define MSGPACK_UNPACKER_INIT_BUFFER_SIZE (1024)
44
45
46
47
48
49
50
0 commit comments