parent
74142920b3
commit
014523b3f1
2 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ pekko.serialization.jackson {
|
|||
#//#stream-read-constraints
|
||||
pekko.serialization.jackson {
|
||||
read {
|
||||
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.1/com/fasterxml/jackson/core/StreamReadConstraints.html
|
||||
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.2/com/fasterxml/jackson/core/StreamReadConstraints.html
|
||||
# these defaults are the same as the defaults in `StreamReadConstraints`
|
||||
max-nesting-depth = 1000
|
||||
max-number-length = 1000
|
||||
|
|
@ -51,7 +51,7 @@ pekko.serialization.jackson {
|
|||
}
|
||||
|
||||
write {
|
||||
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.1/com/fasterxml/jackson/core/StreamWriteConstraints.html
|
||||
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.2/com/fasterxml/jackson/core/StreamWriteConstraints.html
|
||||
# these defaults are the same as the defaults in `StreamWriteConstraints`
|
||||
max-nesting-depth = 1000
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue