Fix ALFCOM-3457 - WCM: single submit(s) from large modified list

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17084 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2009-10-22 11:52:55 +00:00
parent ca1de03f8b
commit 0d51a96d7c
2 changed files with 986 additions and 983 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -198,7 +198,7 @@
<cache
name="org.alfresco.cache.avm.avmEntityCache"
maxElementsInMemory="10000"
maxElementsInMemory="5000"
eternal="true"
overflowToDisk="false"
/>
@@ -212,7 +212,7 @@
<cache
name="org.alfresco.cache.avm.avmNodeCache"
maxElementsInMemory="1000"
maxElementsInMemory="5000"
eternal="true"
overflowToDisk="false"
/>
@@ -226,7 +226,7 @@
<cache
name="org.alfresco.cache.avm.avmNodeAspectsCache"
maxElementsInMemory="1000"
maxElementsInMemory="5000"
eternal="true"
overflowToDisk="false"
/>