fix: increase max file size for uploads to 2GB
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful

This commit is contained in:
Rodrigo Verdiani 2025-10-29 18:55:33 -03:00
parent 9659f735e2
commit 558deeaece
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ steps:
- echo "🧪 Building and testing Spring Boot app..."
- mvn -B clean verify
when:
event: [ pull_request, push ]
event: [ pull_request ]
branch: [ main, develop, feat/*, feature/* ]
- name: publish-image

View File

@ -16,7 +16,7 @@ spring:
default-schema: mangamochi
servlet:
multipart:
max-file-size: 800MB
max-file-size: 2GB
max-request-size: 4GB
cloud:
openfeign: