This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit 2185b33f2d2b9c8528f4abf84d540d5e88131c13 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jan 12 15:17:41 2016 +0100 Augmentation de la taille des fichiers qu'on peut uploader lors d'un import (See #7865) --- echobase-ui/src/main/resources/struts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echobase-ui/src/main/resources/struts.xml b/echobase-ui/src/main/resources/struts.xml index b2e38fe..9b6be41 100644 --- a/echobase-ui/src/main/resources/struts.xml +++ b/echobase-ui/src/main/resources/struts.xml @@ -53,7 +53,7 @@ <!--<constant name="struts.i18n.reload" value="false"/>--> <!--<constant name="struts.configuration.xml.reload" value="false"/>--> <constant name="struts.ui.theme" value="css_xhtml"/> - <constant name="struts.multipart.maxSize" value="209715200"/> + <constant name="struts.multipart.maxSize" value="419430400"/> <!--Performance tuning--> <!--see http://struts.apache.org/2.2.3/docs/performance-tuning.html--> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.