调整左侧树缓存时间

This commit is contained in:
wangliwen 2022-10-25 10:27:32 +08:00
parent 00b55a9c6b
commit ab54087d8a
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"/>