From 0f89fd4db7465b43ba78f0e6c7acbeeefd60ad1d Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 7 Aug 2012 09:08:46 +0000 Subject: [PATCH] increase size for uploading files git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1370151 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-webapp/src/main/resources/struts.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties index 643ba372f..0569303ea 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties @@ -37,8 +37,8 @@ struts.freemarker.templatesCache.updateDelay=3600000 #struts.devMode = true struts.configuration.xml.reload=true struts.multipart.parser=jakarta -# 10M default -struts.multipart.maxSize=10485760 +# 50M default +struts.multipart.maxSize=50485760 # TODO: package up a theme and share with Continuum. Should contain everything from xhtml, and set templateDir to WEB-INF/themes -- 2.39.5