diff options
author | Olivier Lamy <olamy@apache.org> | 2012-08-07 09:08:46 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-08-07 09:08:46 +0000 |
commit | 0f89fd4db7465b43ba78f0e6c7acbeeefd60ad1d (patch) | |
tree | 6f3ec0bf18585bc20798d9f71389ec1c4e5eb41c | |
parent | 3a72cf91a278df6ac39c01ff34bf37bcd8f5b6c2 (diff) | |
download | archiva-0f89fd4db7465b43ba78f0e6c7acbeeefd60ad1d.tar.gz archiva-0f89fd4db7465b43ba78f0e6c7acbeeefd60ad1d.zip |
increase size for uploading files
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1370151 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties | 4 |
1 files 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 |