Skip to content

Commit

Permalink
fix yaml inconsistency and tailing spaces
Browse files Browse the repository at this point in the history
Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn committed Nov 11, 2024
1 parent b91320c commit 08eb33e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/milvus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ etcd:
password: # password for etcd authentication

metastore:
type: etcd # Default value: etcd, Valid values: [etcd, tikv]
type: etcd # Default value: etcd, Valid values: [etcd, tikv]
snapshot:
ttl: 86400 # snapshot ttl in seconds
reserveTime: 3600 # snapshot reserve time in seconds
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/paramtable/service_param.go
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ func (p *MetaStoreConfig) Init(base *BaseTable) {
Key: "metastore.type",
Version: "2.2.0",
DefaultValue: util.MetaStoreTypeEtcd,
Doc: `Default value: etcd, Valid values: [etcd, tikv] `,
Doc: `Default value: etcd, Valid values: [etcd, tikv]`,
Export: true,
}
p.MetaStoreType.Init(base.mgr)
Expand Down

0 comments on commit 08eb33e

Please sign in to comment.