fix: increase max file size for uploads to 2GB #5
@ -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
|
||||
|
||||
@ -16,7 +16,7 @@ spring:
|
||||
default-schema: mangamochi
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 800MB
|
||||
max-file-size: 2GB
|
||||
max-request-size: 4GB
|
||||
cloud:
|
||||
openfeign:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user