Mercurial > dive4elements > river
changeset 8551:11646c8dfa61
Actually configure a bedheight cache.
This was not done before and thus no cache was used in bedheight
difference calculations.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 16 Feb 2015 15:30:22 +0100 |
parents | 532da345d4a7 |
children | fa57a2cb1dfa |
files | artifacts/doc/conf/cache.xml |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/doc/conf/cache.xml Mon Feb 16 15:28:51 2015 +0100 +++ b/artifacts/doc/conf/cache.xml Mon Feb 16 15:30:22 2015 +0100 @@ -58,6 +58,16 @@ memoryStoreEvictionPolicy="LRU" /> + <!-- This one is used to cache the non-computed bedheight-values.--> + <cache name="bedheight-value-table-static" + maxElementsInMemory="200" + eternal="false" + timeToLiveSeconds="172800" + overflowToDisk="true" + diskPersistent="true" + memoryStoreEvictionPolicy="LRU" + /> + <!-- This one is used to cache the non-computed wst-values.--> <cache name="wst-wq-value-table-static" maxElementsInMemory="200"