Browse Source

多元融合

lyhzzz 1 week ago
parent
commit
4722168e2d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/application.yaml

+ 2 - 2
src/main/resources/application.yaml

@@ -3,8 +3,8 @@ spring:
     active: ${activeProfile:local}
   servlet:
     multipart:
-      max-file-size: 1000MB
-      maxRequestSize: 1000MB
+      max-file-size: -1
+      maxRequestSize: -1
 
 server:
   port: 8808