Skip to content

Commit 0f7bd45

Browse files
committed
...
1 parent c114332 commit 0f7bd45

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

yaml/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ Most configuration is applied during mapper instance configuration, through
6464

6565
### Maximum input YAML document size (3 MB)
6666

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:
7069

7170
```java
7271
LoaderOptions loaderOptions = new LoaderOptions();

0 commit comments

Comments
 (0)