mirror of https://github.com/milvus-io/milvus.git
[Skip ci] Add comments for milvus.yaml (#12841)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/12875/head
parent
bcef4a1711
commit
86d3784277
|
@ -54,7 +54,7 @@ rootCoord:
|
|||
port: 53100
|
||||
|
||||
grpc:
|
||||
serverMaxRecvSize: 2147483647 # math.MaxInt32
|
||||
serverMaxRecvSize: 2147483647 # math.MaxInt32, Maximum data size received by the server
|
||||
serverMaxSendSize: 2147483647 # math.MaxInt32
|
||||
clientMaxRecvSize: 104857600 # 100 MB, Maximum data size received by the client
|
||||
clientMaxSendSize: 104857600 # 100 MB, 100 * 1024 * 1024
|
||||
|
|
Loading…
Reference in New Issue