[MRM-815] aggregate indices for repository groups.

add a sys props in wrapper.conf for ttl value.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1198648 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-11-07 08:30:06 +00:00
parent 0f6f9dfa4a
commit 4c10128a3a

View File

@ -212,6 +212,7 @@
--> -->
<systemProperty>jetty.logs=%ARCHIVA_BASE%/logs</systemProperty> <systemProperty>jetty.logs=%ARCHIVA_BASE%/logs</systemProperty>
<systemProperty>java.io.tmpdir=./temp</systemProperty> <systemProperty>java.io.tmpdir=./temp</systemProperty>
<systemProperty>archiva.tmp.group.index.ttl=30</systemProperty>
</systemProperties> </systemProperties>
<initialMemorySize>512m</initialMemorySize> <initialMemorySize>512m</initialMemorySize>
<maxMemorySize>512m</maxMemorySize> <maxMemorySize>512m</maxMemorySize>