Skip to content

Commit

Permalink
GRAD2-2408
Browse files Browse the repository at this point in the history
Unexpected Internal Server Error for TVRs for Projected Non-Grads
  • Loading branch information
arybakov-cgi committed Nov 22, 2023
1 parent c7a850e commit 9d3c696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public WebClient webClient() {
return WebClient.builder().exchangeStrategies(ExchangeStrategies.builder()
.codecs(configurer -> configurer
.defaultCodecs()
.maxInMemorySize(100 * 1024 * 1024)) // 100MB
.maxInMemorySize(300 * 1024 * 1024)) // 100MB
.build())
.filter(this.log())
.build();
Expand Down

0 comments on commit 9d3c696

Please sign in to comment.