bc_zhang 3 lat temu
rodzic
commit
2540f13df1

+ 3 - 3
src/main/resources/application-dev.yml

@@ -109,12 +109,12 @@ spring:
     static-path-pattern: /**
   servlet:
     multipart:
-      max-file-size: 50MB
-      max-request-size: 50MB
+      max-file-size: 200MB
+      max-request-size: 200MB
 server:
   port: 11083
   tomcat:
-    max-swallow-size: 50MB
+    max-swallow-size: 200MB
 mybatis:
   configuration:
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl

+ 3 - 3
src/main/resources/application-prod.yml

@@ -109,12 +109,12 @@ spring:
     static-path-pattern: /**
   servlet:
     multipart:
-      max-file-size: 50MB
-      max-request-size: 50MB
+      max-file-size: 200MB
+      max-request-size: 200MB
 server:
   port: 11083
   tomcat:
-    max-swallow-size: 50MB
+    max-swallow-size: 200MB
 mybatis:
   configuration:
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl