diff options
author | Olivier Lamy <olamy@apache.org> | 2012-12-27 22:04:22 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-12-27 22:04:22 +0000 |
commit | ce9d2fce630e48682ab9a15dfe26eb9baf807b4b (patch) | |
tree | 8cca4d689f83e33198de90f5cda1035f3bdd879e /archiva-modules/archiva-web/archiva-web-common/src/main/resources | |
parent | 62992df826e4b56c1a215c035b1e4ae26c38cda3 (diff) | |
download | archiva-ce9d2fce630e48682ab9a15dfe26eb9baf807b4b.tar.gz archiva-ce9d2fce630e48682ab9a15dfe26eb9baf807b4b.zip |
configure maxElementsInMemory and maxElementsOnDisk
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1426342 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common/src/main/resources')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties index f90f02e12..35b0ecdc4 100644 --- a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties +++ b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties @@ -639,5 +639,7 @@ redback.runtime.usersCacheTimeToLiveSeconds.help.content= redback.runtime.usersCacheTimeToIdleSeconds.label=Time to Idle (seconds) redback.runtime.usersCacheTimeToIdleSeconds.help.title= redback.runtime.usersCacheTimeToIdleSeconds.help.content= +redback.runtime.maxElementsInMemory.label=Max Elements in memory +redback.runtime.maxElementsOnDisk.label=Max Elements on disk |