You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: yaml/README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,8 @@ Most configuration is applied during mapper instance configuration, through
64
64
65
65
### Maximum input YAML document size (3 MB)
66
66
67
-
SnakeYAML implementation starts imposing the default limit of 3 megabyte document
68
-
size as of version 1.32, used by Jackson 2.14.0. If you hit this limitation,
69
-
you need to explicitly increase the limit by configuring `YAMLFactory` and constructing `YAMLMapper` with that:
67
+
SnakeYAML implementation (that Jackson uses for low-level encoding and decoding) starts imposing the default limit of 3 megabyte document size as of version 1.32, used by Jackson 2.14 (and later).
68
+
If you hit this limitation, you need to explicitly increase the limit by configuring `YAMLFactory` and constructing `YAMLMapper` with that:
0 commit comments