Skip to content

Commit

Permalink
Sync from main
Browse files Browse the repository at this point in the history
Sync from main
  • Loading branch information
kamal-mohammed authored Nov 30, 2023
2 parents 031177c + a7e24e8 commit 0da1bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ca.bc.gov.educ</groupId>
<artifactId>educ-grad-graduation-api</artifactId>
<version>1.8.49</version>
<version>1.8.50</version>
<name>educ-grad-graduation-api</name>
<description>Ministry of Education GRAD GRADUATION API</description>

Expand Down
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 0da1bb0

Please sign in to comment.