mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update the comment of yaml to uppercase (#9502)
Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>pull/9537/head
parent
c4ec439b56
commit
7caccd36ce
|
@ -135,7 +135,7 @@ log:
|
|||
format: text # text/json
|
||||
|
||||
msgChannel:
|
||||
# channel name generation rule: ${namePrefix}-${ChannelIdx}
|
||||
# Channel name generation rule: ${namePrefix}-${ChannelIdx}
|
||||
chanNamePrefix:
|
||||
cluster: "by-dev"
|
||||
rootCoordTimeTick: "rootcoord-timetick"
|
||||
|
@ -146,14 +146,14 @@ msgChannel:
|
|||
proxyTimeTick: "proxyTimeTick"
|
||||
queryTimeTick: "queryTimeTick"
|
||||
queryNodeStats: "query-node-stats"
|
||||
# cmd for loadIndex, flush, etc...
|
||||
# Cmd for loadIndex, flush, etc...
|
||||
cmd: "cmd"
|
||||
dataCoordInsertChannel: "insert-channel-"
|
||||
dataCoordStatistic: "datacoord-statistics-channel"
|
||||
dataCoordTimeTick: "datacoord-timetick-channel"
|
||||
dataCoordSegmentInfo: "segment-info-channel"
|
||||
|
||||
# sub name generation rule: ${subNamePrefix}-${NodeID}
|
||||
# Sub name generation rule: ${subNamePrefix}-${NodeID}
|
||||
subNamePrefix:
|
||||
rootCoordSubNamePrefix: "rootCoord"
|
||||
proxySubNamePrefix: "proxy"
|
||||
|
@ -163,4 +163,4 @@ msgChannel:
|
|||
|
||||
common:
|
||||
defaultPartitionName: "_default" # default partition name for a collection
|
||||
defaultIndexName: "_default_idx" # default index name
|
||||
defaultIndexName: "_default_idx" # default index name
|
||||
|
|
Loading…
Reference in New Issue