Repository: archiva Updated Branches: refs/heads/master 9356efc2b -> cd245a85f
Specify using separate caches for different data items (users, keys, namespaces) Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/cd245a85 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/cd245a85 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/cd245a85 Branch: refs/heads/master Commit: cd245a85f8984f67714b5f988efae3c91dd241eb Parents: 9356efc Author: Andrey Sysoev <[email protected]> Authored: Tue Feb 17 20:11:31 2015 +0400 Committer: Andrey Sysoev <[email protected]> Committed: Tue Feb 17 20:11:31 2015 +0400 ---------------------------------------------------------------------- .../src/main/webapp/WEB-INF/applicationContext.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/cd245a85/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml ---------------------------------------------------------------------- diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml index 17bf30c..e113705 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml @@ -193,7 +193,7 @@ <property name="eternal" value="false"/> <property name="maxElementsInMemory" value="1000"/> <property name="memoryEvictionPolicy" value="LRU"/> - <property name="name" value="usersCache"/> + <property name="name" value="keys"/> <property name="timeToIdleSeconds" value="1800"/> <property name="timeToLiveSeconds" value="14400"/> </bean> @@ -296,7 +296,7 @@ <property name="eternal" value="false"/> <property name="maxElementsInMemory" value="1000"/> <property name="memoryEvictionPolicy" value="LRU"/> - <property name="name" value="usersCache"/> + <property name="name" value="namespaces"/> <property name="timeToIdleSeconds" value="600"/> <property name="timeToLiveSeconds" value="600"/> </bean>
