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"
maxElementsInMemory="10000"
eternal="false"
timeToIdleSeconds="600"
timeToLiveSeconds="6000"
timeToIdleSeconds="60"
timeToLiveSeconds="600"
overflowToDisk="true"
diskPersistent="true"
memoryStoreEvictionPolicy="LRU"/>