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 2011/11/07 09:30:06 UTC

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

Author: olamy
Date: Mon Nov  7 08:30:06 2011
New Revision: 1198648

URL: http://svn.apache.org/viewvc?rev=1198648&view=rev
Log:
[MRM-815] aggregate indices for repository groups.
add a sys props in wrapper.conf for ttl value.

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=1198648&r1=1198647&r2=1198648&view=diff
==============================================================================
--- archiva/trunk/archiva-jetty/pom.xml (original)
+++ archiva/trunk/archiva-jetty/pom.xml Mon Nov  7 08:30:06 2011
@@ -212,6 +212,7 @@
                   -->
                   <systemProperty>jetty.logs=%ARCHIVA_BASE%/logs</systemProperty>
                   <systemProperty>java.io.tmpdir=./temp</systemProperty>
+                  <systemProperty>archiva.tmp.group.index.ttl=30</systemProperty>
                 </systemProperties>
                 <initialMemorySize>512m</initialMemorySize>
                 <maxMemorySize>512m</maxMemorySize>