Merge branch 'master' into docker_package
This commit is contained in:
commit
39cdf10647
|
@ -34,8 +34,8 @@
|
||||||
<cache name="selectDeptList"
|
<cache name="selectDeptList"
|
||||||
maxElementsInMemory="10000"
|
maxElementsInMemory="10000"
|
||||||
eternal="false"
|
eternal="false"
|
||||||
timeToIdleSeconds="600"
|
timeToIdleSeconds="60"
|
||||||
timeToLiveSeconds="6000"
|
timeToLiveSeconds="600"
|
||||||
overflowToDisk="true"
|
overflowToDisk="true"
|
||||||
diskPersistent="true"
|
diskPersistent="true"
|
||||||
memoryStoreEvictionPolicy="LRU"/>
|
memoryStoreEvictionPolicy="LRU"/>
|
||||||
|
|
Loading…
Reference in New Issue