From 7caccd36ce8a14bcb10a3be5dfb5066b9e09fa95 Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Sat, 9 Oct 2021 10:55:14 +0800 Subject: [PATCH] [skip ci]Update the comment of yaml to uppercase (#9502) Signed-off-by: shiyu22 --- configs/milvus.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index b604695709..7da927f448 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -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 \ No newline at end of file + defaultIndexName: "_default_idx" # default index name