From 7c6d2ed02436cd4c9f66c181f8552997ccbb18d1 Mon Sep 17 00:00:00 2001 From: DenisGabriela Date: Thu, 15 Nov 2018 12:42:01 +0200 Subject: [PATCH] ATS-198 : ACE-5893: T-Engines - Files bigger than 1MB can not be uploaded via multipart API - renamed multipart properties --- alfresco-transformer-base/src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alfresco-transformer-base/src/main/resources/application.yaml b/alfresco-transformer-base/src/main/resources/application.yaml index 48825600..b02538a2 100644 --- a/alfresco-transformer-base/src/main/resources/application.yaml +++ b/alfresco-transformer-base/src/main/resources/application.yaml @@ -1,5 +1,5 @@ spring: - http: + servlet: multipart: max-file-size: 8192MB max-request-size: 8192MB