Skip to content

Commit

Permalink
fix file size
Browse files Browse the repository at this point in the history
  • Loading branch information
rk2b-fenghaolun authored Jan 23, 2024
1 parent 56f854e commit 5249eb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions primihub-service/gateway/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ spring:
servlet:
multipart:
enabled: true
max-file-size: 10MB
max-request-size: 10MB
max-file-size: 100MB
max-request-size: 100MB
file-size-threshold: 1MB
cloud:
nacos:
Expand Down Expand Up @@ -86,4 +86,4 @@ spring:
logging:
level:
root: debug
config: classpath:logback-privacy.xml
config: classpath:logback-privacy.xml

0 comments on commit 5249eb5

Please sign in to comment.