file size limits, keep active filters in session
This commit is contained in:
@@ -21,8 +21,8 @@ spring:
|
||||
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 600MB # Increased for large backup restore (425MB+)
|
||||
max-request-size: 610MB # Slightly higher to account for form data
|
||||
max-file-size: 2048MB # 2GB for large backup restore
|
||||
max-request-size: 2100MB # Slightly higher to account for form data
|
||||
|
||||
jackson:
|
||||
serialization:
|
||||
@@ -33,7 +33,7 @@ spring:
|
||||
server:
|
||||
port: 8080
|
||||
tomcat:
|
||||
max-http-request-size: 650MB # Tomcat HTTP request size limit (separate from multipart)
|
||||
max-http-request-size: 2150MB # Tomcat HTTP request size limit (2GB + overhead)
|
||||
|
||||
storycove:
|
||||
app:
|
||||
|
||||
Reference in New Issue
Block a user