We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e6435 commit a348681Copy full SHA for a348681
1 file changed
src/main/java/org/msgpack/unpacker/AbstractUnpacker.java
@@ -27,9 +27,9 @@
27
public abstract class AbstractUnpacker implements Unpacker {
28
protected MessagePack msgpack;
29
30
- protected int rawSizeLimit = 67108864;
+ protected int rawSizeLimit = 134217728;
31
32
- protected int arraySizeLimit = 4096;
+ protected int arraySizeLimit = 65536;
33
34
protected int mapSizeLimit = 4096;
35
0 commit comments