improve cache configuration of blame, browse and log command

This commit is contained in:
Sebastian Sdorra
2012-06-24 17:27:40 +02:00
parent ede9312ef1
commit 43d0ea67a8
4 changed files with 30 additions and 3 deletions

View File

@@ -161,4 +161,31 @@
diskPersistent="false"
/>
<cache
name="sonia.cache.cmd.log"
maxElementsInMemory="20000"
eternal="false"
overflowToDisk="false"
timeToLiveSeconds="86400"
diskPersistent="false"
/>
<cache
name="sonia.cache.cmd.browse"
maxElementsInMemory="10000"
eternal="false"
overflowToDisk="false"
timeToLiveSeconds="86400"
diskPersistent="false"
/>
<cache
name="sonia.cache.cmd.blame"
maxElementsInMemory="1000"
eternal="false"
overflowToDisk="false"
timeToLiveSeconds="86400"
diskPersistent="false"
/>
</ehcache>