[Skip ci] Add comments for milvus.yaml (#12841)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
pull/12875/head
Bennu 2021-12-07 14:08:12 +08:00 committed by GitHub
parent bcef4a1711
commit 86d3784277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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