Skip to content

Commit

Permalink
Update reference.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 21, 2023
1 parent b1af221 commit b3732ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serialization-jackson/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ pekko.serialization.jackson {
max-number-length = 1000
max-string-length = 20000000
max-name-length = 50000
# max-document-length of 0 means unlimited
max-document-length = 0
# max-document-length of -1 means unlimited
max-document-length = -1
}
write {
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.0/com/fasterxml/jackson/core/StreamWriteConstraints.html
Expand Down

0 comments on commit b3732ba

Please sign in to comment.