aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-jetty
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-11-07 08:30:06 +0000
committerOlivier Lamy <olamy@apache.org>2011-11-07 08:30:06 +0000
commit4c10128a3adf569081e7810f7fcf12c5a01865e5 (patch)
tree23d2a2a039e35fe1ef783c1afda4dd0302e5e75f /archiva-jetty
parent0f6f9dfa4a9f624135671fb198320aad5f74ac33 (diff)
downloadarchiva-4c10128a3adf569081e7810f7fcf12c5a01865e5.tar.gz
archiva-4c10128a3adf569081e7810f7fcf12c5a01865e5.zip
[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
Diffstat (limited to 'archiva-jetty')
-rw-r--r--archiva-jetty/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml
index f974b9ed1..42114d5d4 100644
--- a/archiva-jetty/pom.xml
+++ b/archiva-jetty/pom.xml
@@ -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>