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

This commit is contained in:
vladp
2025-12-26 19:26:39 +07:00
parent 4fa6b83a10
commit 91e9b0c785
+7 -5
View File
@@ -16,10 +16,11 @@ spring:
servlet: servlet:
multipart: multipart:
max-file-size: 10MB
max-request-size: 100MB
enabled: true enabled: true
resolve-lazily: false resolve-lazily: true
file-size-threshold: 0
max-file-size: 5242880
max-request-size: 10485760
file: file:
storage: storage:
@@ -34,8 +35,9 @@ file:
server: server:
port: ${SERVER_PORT:8080} port: ${SERVER_PORT:8080}
tomcat: tomcat:
max-swallow-size: -1 max-swallow-size: 20MB
max-http-form-post-size: 10 max-http-form-post-size: 20MB
max-http-header-size: 16KB
security: security:
cors: cors: