mirror of https://github.com/apache/archiva.git
[MRM-1137] set a higher default of 10M for artifact upload
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
566d5d73bb
commit
cdea2730ba
|
@ -25,6 +25,8 @@ struts.url.includeParams = none
|
||||||
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
|
||||||
|
struts.multipart.maxSize=10485760
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue