fix(X-Pack): 修复数据填报缓存没有配置的问题
This commit is contained in:
parent
9f48c7710b
commit
fdb85c7bb3
@ -221,6 +221,40 @@
|
|||||||
timeToLiveSeconds="3600"
|
timeToLiveSeconds="3600"
|
||||||
memoryStoreEvictionPolicy="LRU"
|
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
|
<cache
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user