Merge pull request #8911 from ulleo/dev

fix(X-Pack): 修复数据填报缓存没有配置的问题
This commit is contained in:
ulleo 2024-04-03 11:13:56 +08:00 committed by GitHub
commit 1000e36ed8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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