increase size for uploading files

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1370151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-08-07 09:08:46 +00:00
parent 3a72cf91a2
commit 0f89fd4db7
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ struts.freemarker.templatesCache.updateDelay=3600000
#struts.devMode = true #struts.devMode = true
struts.configuration.xml.reload=true struts.configuration.xml.reload=true
struts.multipart.parser=jakarta struts.multipart.parser=jakarta
# 10M default # 50M default
struts.multipart.maxSize=10485760 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 # TODO: package up a theme and share with Continuum. Should contain everything from xhtml, and set templateDir to WEB-INF/themes