From ce6f3a1e7fea5910880f680570d2220bf94ee1f4 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Thu, 22 Jun 2023 16:48:48 +0800 Subject: [PATCH] https://github.com/cskefu/cskefu/issues/833 rollback spring.servlet.multipart.max-file-size in application.properties --- contact-center/app/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/contact-center/app/src/main/resources/application.properties b/contact-center/app/src/main/resources/application.properties index 87c45456..79ba3db0 100644 --- a/contact-center/app/src/main/resources/application.properties +++ b/contact-center/app/src/main/resources/application.properties @@ -34,6 +34,7 @@ cs.im.server.ssl.port= spring.mvc.servlet.load-on-startup=1 spring.servlet.multipart.enabled=true +spring.servlet.multipart.max-file-size=15 spring.servlet.multipart.max-request-size=15 spring.thymeleaf.enabled=false