Compare commits

...

2 Commits

Author SHA1 Message Date
rov
d6ee5d39a2 Merge pull request 'fix: increase max file size for uploads to 2GB' (#5) from fix/adjust-request-file-size into main 2025-10-29 19:03:20 -03:00
558deeaece fix: increase max file size for uploads to 2GB
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
2025-10-29 18:57:18 -03:00
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: