File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
libraries/rpclib/src/rpc/msgpack Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ void msgpack_unpacker_free(msgpack_unpacker* mpac);
9898
9999
100100#ifndef MSGPACK_UNPACKER_RESERVE_SIZE
101- #define MSGPACK_UNPACKER_RESERVE_SIZE (32* 1024)
101+ #define MSGPACK_UNPACKER_RESERVE_SIZE (1024)
102102#endif
103103
104104/**
Original file line number Diff line number Diff line change 4040const size_t COUNTER_SIZE = sizeof (_msgpack_atomic_counter_t );
4141
4242#ifndef MSGPACK_UNPACKER_INIT_BUFFER_SIZE
43- #define MSGPACK_UNPACKER_INIT_BUFFER_SIZE (64 * 1024 )
43+ #define MSGPACK_UNPACKER_INIT_BUFFER_SIZE (1024 )
4444#endif
4545
4646#ifndef MSGPACK_UNPACKER_RESERVE_SIZE
47- #define MSGPACK_UNPACKER_RESERVE_SIZE (32 * 1024 )
47+ #define MSGPACK_UNPACKER_RESERVE_SIZE (1024 )
4848#endif
4949
5050
You can’t perform that action at this time.
0 commit comments