From 8f3b8ed1da6ae80875ac76f534729c2f9d58b63b Mon Sep 17 00:00:00 2001 From: Bennu Date: Mon, 11 Oct 2021 16:28:05 +0800 Subject: [PATCH] [skip ci] Add comments for Milvus.yaml (#9610) Signed-off-by: Bennu --- configs/milvus.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 7da927f448..cdef4f61a6 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -60,6 +60,7 @@ proxy: clientMaxRecvSize: 104857600 # 100 MB, 100 * 1024 * 1024 clientMaxSendSize: 104857600 # 100 MB, 100 * 1024 * 1024 +# Related configuration of queryCoord, used to manage topology and load balancing for the query nodes, and handoff from growing segments to sealed segments. queryCoord: address: localhost port: 19531