IDEMPIERE-3722 Distributed cache kills performance
This commit is contained in:
parent
626261f80c
commit
434a0b0780
|
@ -211,6 +211,11 @@
|
||||||
-->
|
-->
|
||||||
<cache-deserialized-values>INDEX-ONLY</cache-deserialized-values>
|
<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>
|
</map>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue