Skip to content

Commit

Permalink
Merge pull request #242 from bcgov/hotfix/alex-GRAD2-2408
Browse files Browse the repository at this point in the history
GRAD2-2408
  • Loading branch information
kamal-mohammed authored Nov 23, 2023
2 parents 196c218 + b510afe commit 3bf933c
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().uriBuilderFactory(defaultUriBuilderFactory).exchangeStrategies(ExchangeStrategies.builder()
.codecs(configurer -> configurer
.defaultCodecs()
.maxInMemorySize(100 * 1024 * 1024)) // 100 MB
.maxInMemorySize(300 * 1024 * 1024)) // 100 MB
.build())
.build();
}
Expand Down

0 comments on commit 3bf933c

Please sign in to comment.