mirror of https://github.com/apache/archiva.git
add new fields to manage maxElementsInMemory/Disk for caches
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1426210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
94a387343c
commit
58edbc0c43
|
@ -1598,6 +1598,20 @@
|
|||
<type>int</type>
|
||||
<defaultValue>-1</defaultValue>
|
||||
</field>
|
||||
<field>
|
||||
<name>maxElementsInMemory</name>
|
||||
<description>max elements in memory</description>
|
||||
<version>1.4.0+</version>
|
||||
<type>int</type>
|
||||
<defaultValue>-1</defaultValue>
|
||||
</field>
|
||||
<field>
|
||||
<name>maxElementsOnDisk</name>
|
||||
<description>max elements on disk</description>
|
||||
<version>1.4.0+</version>
|
||||
<type>int</type>
|
||||
<defaultValue>-1</defaultValue>
|
||||
</field>
|
||||
</fields>
|
||||
</class>
|
||||
|
||||
|
|
Loading…
Reference in New Issue