Skip to content

Commit

Permalink
PN-11179: Changed default value for spring.codec.max-in-memory-size t…
Browse files Browse the repository at this point in the history
…o 256KB in application.properties. (#502)
  • Loading branch information
michelescara authored Jun 12, 2024
1 parent 49c70a1 commit e5abbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spring.task.execution.pool.max-size=${PnEcTaskExecutionPoolMaxSize:500}

jetty.maxConnectionsPerDestination=${maxConnectionsPerDestination:2048}

spring.codec.max-in-memory-size=${SpringCodecMaxInMemorySize:350KB}
spring.codec.max-in-memory-size=${SpringCodecMaxInMemorySize:256KB}

pn.log.trace-id-header=X-Amzn-Trace-Id
pn.log.jti-header=x-pagopa-pn-jti
Expand Down

0 comments on commit e5abbbd

Please sign in to comment.