Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/cache.xml @ 705:853dceead0f4
Only generate facets when needed.
flys-artifacts/trunk@2157 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sat, 18 Jun 2011 17:03:17 +0000 |
parents | 3dc61e00385e |
children | 0c8aca463bd4 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/cache.xml Fri Jun 17 16:17:03 2011 +0000 +++ b/flys-artifacts/doc/conf/cache.xml Sat Jun 18 17:03:17 2011 +0000 @@ -39,11 +39,11 @@ <!-- This one is used to cache the computed values.--> <cache name="computed.values" - maxElementsInMemory="1000" + maxElementsInMemory="200" eternal="false" timeToLiveSeconds="172800" overflowToDisk="true" diskPersistent="true" - memoryStoreEvictionPolicy="LFU" + memoryStoreEvictionPolicy="LRU" /> </ehcache>