fix: increase max file size for uploads to 2GB
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
This commit is contained in:
parent
9659f735e2
commit
558deeaece
@ -12,7 +12,7 @@ steps:
|
|||||||
- echo "🧪 Building and testing Spring Boot app..."
|
- echo "🧪 Building and testing Spring Boot app..."
|
||||||
- mvn -B clean verify
|
- mvn -B clean verify
|
||||||
when:
|
when:
|
||||||
event: [ pull_request, push ]
|
event: [ pull_request ]
|
||||||
branch: [ main, develop, feat/*, feature/* ]
|
branch: [ main, develop, feat/*, feature/* ]
|
||||||
|
|
||||||
- name: publish-image
|
- name: publish-image
|
||||||
|
|||||||
@ -16,7 +16,7 @@ spring:
|
|||||||
default-schema: mangamochi
|
default-schema: mangamochi
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 800MB
|
max-file-size: 2GB
|
||||||
max-request-size: 4GB
|
max-request-size: 4GB
|
||||||
cloud:
|
cloud:
|
||||||
openfeign:
|
openfeign:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user