You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/05/13 08:50:42 UTC

svn commit: r1481708 - /archiva/trunk/archiva-jetty/pom.xml

Author: olamy
Date: Mon May 13 06:50:42 2013
New Revision: 1481708

URL: http://svn.apache.org/r1481708
Log:
add sysproperty AsyncLogger.WaitStrategy in wrapper.conf file

Modified:
    archiva/trunk/archiva-jetty/pom.xml

Modified: archiva/trunk/archiva-jetty/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-jetty/pom.xml?rev=1481708&r1=1481707&r2=1481708&view=diff
==============================================================================
--- archiva/trunk/archiva-jetty/pom.xml (original)
+++ archiva/trunk/archiva-jetty/pom.xml Mon May 13 06:50:42 2013
@@ -172,6 +172,7 @@
                   <systemProperty>jetty.logs=%ARCHIVA_BASE%/logs</systemProperty>
                   <systemProperty>java.io.tmpdir=%ARCHIVA_BASE%/temp</systemProperty>
                   <systemProperty>archiva.tmp.group.index.ttl=30</systemProperty>
+                  <systemProperty>AsyncLogger.WaitStrategy=Sleep</systemProperty>
                 </systemProperties>
                 <extraArguments>
                   <extraArgument>-XX:MaxPermSize=128m</extraArgument>