[skip ci] Add comments for milvus.yaml (#12848)

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

View File

@ -56,7 +56,7 @@ rootCoord:
grpc:
serverMaxRecvSize: 2147483647 # math.MaxInt32
serverMaxSendSize: 2147483647 # math.MaxInt32
clientMaxRecvSize: 104857600 # 100 MB, 100 * 1024 * 1024
clientMaxRecvSize: 104857600 # 100 MB, Maximum data size received by the client
clientMaxSendSize: 104857600 # 100 MB, 100 * 1024 * 1024
dmlChannelNum: 256 # The number of dml channels created at system startup