IDEMPIERE-3722 Distributed cache kills performance

This commit is contained in:
Carlos Ruiz 2018-05-29 11:27:13 +02:00
parent 626261f80c
commit 434a0b0780
1 changed files with 5 additions and 0 deletions

View File

@ -211,6 +211,11 @@
-->
<cache-deserialized-values>INDEX-ONLY</cache-deserialized-values>
<near-cache name="localNearCache">
<in-memory-format>OBJECT</in-memory-format>
<cache-local-entries>true</cache-local-entries>
</near-cache>
</map>
<!--