changeset 7475:2e4d02207239

Datacage recommendations caching: Use LFU strategy to rotate parameter recommendations out earlier. This should be a better config in multiuser user setups because the more frequently used terminal state recs will survive longer.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 30 Oct 2013 17:35:12 +0100
parents 39d348c0812d
children 05c534215025
files artifacts/doc/conf/cache.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/doc/conf/cache.xml	Wed Oct 30 16:04:06 2013 +0100
+++ b/artifacts/doc/conf/cache.xml	Wed Oct 30 17:35:12 2013 +0100
@@ -81,7 +81,7 @@
            maxElementsInMemory="150"
            eternal="false"
            timeToLiveSeconds="1800"
-           memoryStoreEvictionPolicy="LRU"
+           memoryStoreEvictionPolicy="LFU"
            overflowToDisk="false"
            diskPersistent="false"
        />

http://dive4elements.wald.intevation.org