Mercurial > dive4elements > river
changeset 1644:2df1f9facd6c
Cache: Increased number of cached annotations.
flys-artifacts/trunk@2831 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 27 Sep 2011 10:00:29 +0000 |
parents | ff7bffb7d5f0 |
children | 4a8251eae217 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/cache.xml |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Sep 27 09:35:18 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Sep 27 10:00:29 2011 +0000 @@ -1,3 +1,8 @@ +2011-09-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * doc/conf/cache.xml: Number of cached annotations was much + to low. + 2011-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> Improved w-differences diagram generation where multiple differences
--- a/flys-artifacts/doc/conf/cache.xml Tue Sep 27 09:35:18 2011 +0000 +++ b/flys-artifacts/doc/conf/cache.xml Tue Sep 27 10:00:29 2011 +0000 @@ -39,7 +39,7 @@ <!-- This one is used to cache the distance infos per river as Lists --> <cache name="annotations" - maxElementsInMemory="200" + maxElementsInMemory="2000" eternal="false" timeToIdleSeconds="360" timeToLiveSeconds="86400"