Skip to content

Commit

Permalink
chore: Make depth aware serializer limit smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
en-milie committed Oct 23, 2024
1 parent 14be5c4 commit dc08e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/endava/cats/util/JsonUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private JsonUtils() {
}

static {
configureDepthAwareJacksonMapper(4);
configureDepthAwareJacksonMapper(3);
configureDefaultJacksonMapper();
}

Expand Down

0 comments on commit dc08e39

Please sign in to comment.