fix(X-Pack): 修复数据填报缓存没有配置的问题

This commit is contained in:
ulleo 2024-04-03 11:00:58 +08:00
parent 9f48c7710b
commit fdb85c7bb3

View File

@ -221,6 +221,40 @@
timeToLiveSeconds="3600"
memoryStoreEvictionPolicy="LRU"
/>
<!--数据填报缓存-->
<cache
name="user_data_fill"
eternal="false"
maxElementsInMemory="100"
maxElementsOnDisk="1000"
overflowToDisk="true"
diskPersistent="true"
timeToIdleSeconds="1800"
timeToLiveSeconds="3600"
memoryStoreEvictionPolicy="LRU"
/>
<cache
name="role_data_fill"
eternal="false"
maxElementsInMemory="100"
maxElementsOnDisk="1000"
overflowToDisk="true"
diskPersistent="true"
timeToIdleSeconds="1800"
timeToLiveSeconds="3600"
memoryStoreEvictionPolicy="LRU"
/>
<cache
name="dept_data_fill"
eternal="false"
maxElementsInMemory="100"
maxElementsOnDisk="1000"
overflowToDisk="true"
diskPersistent="true"
timeToIdleSeconds="1800"
timeToLiveSeconds="3600"
memoryStoreEvictionPolicy="LRU"
/>
<!--组织授权数据源缓存-->
<cache