Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-10-25 10:27:46 +08:00
commit 39cdf10647
1 changed files with 2 additions and 2 deletions

View File

@ -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"/>