Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoran-chen committed May 5, 2024
1 parent 95ed519 commit f8ba992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ springdoc.default-consumes-media-type=application/json
springdoc.api-docs.path=/api-docs
springdoc.swagger-ui.operationsSorter=alpha
server.forward-headers-strategy=framework
spring.servlet.multipart.max-file-size=800MB
spring.servlet.multipart.max-request-size=800MB
spring.servlet.multipart.max-file-size=200MB
spring.servlet.multipart.max-request-size=200MB


server.compression.enabled=true
Expand Down

0 comments on commit f8ba992

Please sign in to comment.