add post size
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2025-12-26 19:15:45 +07:00
parent 2c1a2aeb16
commit 4fa6b83a10
+4 -5
View File
@@ -16,11 +16,10 @@ spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 100MB
enabled: true
resolve-lazily: true
file-size-threshold: 0
max-file-size: 5242880
max-request-size: 10485760
resolve-lazily: false
file:
storage:
@@ -35,7 +34,7 @@ file:
server:
port: ${SERVER_PORT:8080}
tomcat:
max-swallow-size: -1 # Отключаем ограничения Tomcat
max-swallow-size: -1
max-http-form-post-size: 10
security: