mirror of https://github.com/apache/archiva.git
use cache per default
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1436468 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da4adf3f65
commit
11afd010f5
|
@ -62,7 +62,7 @@ public class RedbackRuntimeConfiguration
|
|||
* flag to know if redback will use a cache to prevent
|
||||
* searching users already found.
|
||||
*/
|
||||
private boolean useUsersCache = false;
|
||||
private boolean useUsersCache = true;
|
||||
|
||||
private CacheConfiguration usersCacheConfiguration;
|
||||
|
||||
|
|
Loading…
Reference in New Issue