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 baeaaa0 + ebd01fa commit c6e60ce
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-report-api</artifactId>
<version>1.8.42</version>
<version>1.8.43</version>
<name>educ-grad-graduation-report-api</name>
<description>Grad Graduation Report API for GRAD team</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().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 c6e60ce

Please sign in to comment.