From 191f6996f8a50256448cbc44f8b838f5fbb3694e Mon Sep 17 00:00:00 2001 From: Bennu Date: Wed, 1 Dec 2021 13:07:53 +0800 Subject: [PATCH] [Skip ci] Add comments for milvus.yaml (#12384) 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 658f56699b..ad50cbd3ca 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -38,7 +38,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 + address: localhost # Address of pulsar port: 6650 # Port of pulsar maxMessageSize: 5242880 # 5 * 1024 * 1024 Bytes, Maximum size of each message in pulsar.