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 9fad47c commit ea6fd21Copy full SHA for ea6fd21
serialization-jackson/src/main/resources/reference.conf
@@ -46,8 +46,8 @@ pekko.serialization.jackson {
46
max-number-length = 1000
47
max-string-length = 20000000
48
max-name-length = 50000
49
- # max-document-length of 0 means unlimited
50
- max-document-length = 0
+ # max-document-length of -1 means unlimited
+ max-document-length = -1
51
}
52
write {
53
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.0/com/fasterxml/jackson/core/StreamWriteConstraints.html
0 commit comments