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: servlet:
multipart: multipart:
max-file-size: 10MB
max-request-size: 100MB
enabled: true enabled: true
resolve-lazily: true resolve-lazily: false
file-size-threshold: 0
max-file-size: 5242880
max-request-size: 10485760
file: file:
storage: storage:
@@ -35,7 +34,7 @@ file:
server: server:
port: ${SERVER_PORT:8080} port: ${SERVER_PORT:8080}
tomcat: tomcat:
max-swallow-size: -1 # Отключаем ограничения Tomcat max-swallow-size: -1
max-http-form-post-size: 10 max-http-form-post-size: 10
security: security: