mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user