diff options
Diffstat (limited to 'sonar-core/src/main/resources/ehcache.xml')
-rw-r--r-- | sonar-core/src/main/resources/ehcache.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/ehcache.xml b/sonar-core/src/main/resources/ehcache.xml index 99e2597c98e..9385f272c34 100644 --- a/sonar-core/src/main/resources/ehcache.xml +++ b/sonar-core/src/main/resources/ehcache.xml @@ -70,7 +70,7 @@ overflowToDisk="false"/> <cache name="org.sonar.api.rules.RulesCategory" - maxElementsInMemory="32" + maxElementsInMemory="6" eternal="true" overflowToDisk="false"/> </ehcache>
\ No newline at end of file |