Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
Browse files Browse the repository at this point in the history
  • Loading branch information
pkommoju committed Aug 4, 2021
2 parents 7d9a2e5 + c264989 commit 3884a44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kubernetes/services/ignite_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ Copyright(c) 2020 Futurewei Cloud

<property name="cacheConfiguration">
<list>
<!-- Set the cache name. -->
<property name="name" value="com.futurewei.alcor.web.entity.vpc.VpcEntity"/>
<!-- Set the cache mode. -->
<property name="atomicityMode" value="TRANSACTIONAL"/>
<!-- Other cache parameters. -->
<property name="cacheMode" value="PARTITIONED"/>
</bean>

<bean class="org.apache.ignite.configuration.CacheConfiguration">
<!-- Set the cache name. -->
<property name="name" value="dpm_nodeinfo_cache"/>
Expand Down

0 comments on commit 3884a44

Please sign in to comment.