mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments for Milvus.yaml (#9610)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/9634/head
parent
7bc16529ed
commit
8f3b8ed1da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue