From f034f893c9bee60649f47b33585c98660eba7588 Mon Sep 17 00:00:00 2001 From: Bennu Date: Tue, 30 Nov 2021 14:05:57 +0800 Subject: [PATCH] [Skip ci] Add comments for milvus.yaml (#12428) Signed-off-by: Bennu --- configs/milvus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 69a5473857..58d101cfbf 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -39,7 +39,7 @@ minio: # Related configuration of pulsar, used to manage Milvus logs of recent mutation operations, output streaming log, and provide log publish-subscribe services. pulsar: address: localhost - port: 6650 + port: 6650 # Port of pulsar maxMessageSize: 5242880 # 5 * 1024 * 1024 Bytes, Maximum size of each message in pulsar. rocksmq: