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);
98
98
99
99
100
100
#ifndef MSGPACK_UNPACKER_RESERVE_SIZE
101
- #define MSGPACK_UNPACKER_RESERVE_SIZE (32* 1024)
101
+ #define MSGPACK_UNPACKER_RESERVE_SIZE (1024)
102
102
#endif
103
103
104
104
/**
Original file line number Diff line number Diff line change 40
40
const size_t COUNTER_SIZE = sizeof (_msgpack_atomic_counter_t );
41
41
42
42
#ifndef MSGPACK_UNPACKER_INIT_BUFFER_SIZE
43
- #define MSGPACK_UNPACKER_INIT_BUFFER_SIZE (64 * 1024 )
43
+ #define MSGPACK_UNPACKER_INIT_BUFFER_SIZE (1024 )
44
44
#endif
45
45
46
46
#ifndef MSGPACK_UNPACKER_RESERVE_SIZE
47
- #define MSGPACK_UNPACKER_RESERVE_SIZE (32 * 1024 )
47
+ #define MSGPACK_UNPACKER_RESERVE_SIZE (1024 )
48
48
#endif
49
49
50
50
You can’t perform that action at this time.
0 commit comments