We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceadbc9 commit ff16128Copy full SHA for ff16128
src/main/java/com/fasterxml/jackson/databind/deser/DeserializerCache.java
@@ -25,9 +25,9 @@ public final class DeserializerCache
25
private static final long serialVersionUID = 3L;
26
27
/**
28
- * By default allow caching of up to 4000 deserializers.
+ * By default allow caching of up to 1000 deserializers.
29
*/
30
- public final static int DEFAULT_MAX_CACHED = 4000;
+ public final static int DEFAULT_MAX_CACHED = 1000;
31
32
/*
33
/**********************************************************************
0 commit comments