use eternal caches for new repository api

This commit is contained in:
Sebastian Sdorra
2012-08-20 11:15:21 +02:00
parent b62ff5c7a9
commit 512ef576e9

View File

@@ -134,6 +134,8 @@
diskPersistent="false"
/>
<!-- old repository api -->
<cache
name="sonia.cache.repository.changesets"
maxElementsInMemory="20000"
@@ -166,9 +168,8 @@
<cache
name="sonia.cache.cmd.log"
maxElementsInMemory="20000"
eternal="false"
eternal="true"
overflowToDisk="false"
timeToLiveSeconds="86400"
diskPersistent="false"
copyOnRead="true"
copyOnWrite="true"
@@ -177,9 +178,8 @@
<cache
name="sonia.cache.cmd.browse"
maxElementsInMemory="10000"
eternal="false"
eternal="true"
overflowToDisk="false"
timeToLiveSeconds="86400"
diskPersistent="false"
copyOnRead="true"
copyOnWrite="true"
@@ -188,9 +188,8 @@
<cache
name="sonia.cache.cmd.blame"
maxElementsInMemory="1000"
eternal="false"
eternal="true"
overflowToDisk="false"
timeToLiveSeconds="86400"
diskPersistent="false"
copyOnRead="true"
copyOnWrite="true"
@@ -199,18 +198,16 @@
<cache
name="sonia.cache.cmd.tags"
maxElementsInMemory="1000"
eternal="false"
eternal="true"
overflowToDisk="false"
timeToLiveSeconds="86400"
diskPersistent="false"
/>
<cache
name="sonia.cache.cmd.branches"
maxElementsInMemory="1000"
eternal="false"
eternal="true"
overflowToDisk="false"
timeToLiveSeconds="86400"
diskPersistent="false"
/>