PDF & ZIP IMPORT

This commit is contained in:
Stefan Hardegger
2025-12-05 10:21:03 +01:00
parent b1b5bbbccd
commit 77aec8a849
18 changed files with 3490 additions and 22 deletions

View File

@@ -21,8 +21,8 @@ spring:
servlet:
multipart:
max-file-size: 2048MB # 2GB for large backup restore
max-request-size: 2100MB # Slightly higher to account for form data
max-file-size: 4096MB # 4GB for large backup restore
max-request-size: 4150MB # Slightly higher to account for form data
jackson:
serialization:
@@ -33,7 +33,7 @@ spring:
server:
port: 8080
tomcat:
max-http-request-size: 2150MB # Tomcat HTTP request size limit (2GB + overhead)
max-http-request-size: 4200MB # Tomcat HTTP request size limit (4GB + overhead)
storycove:
app: