mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
[skip ci] Add comments for milvus.yaml (#12947)
Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
parent
4fbed068a2
commit
1d0847fb8a
@ -55,7 +55,7 @@ rootCoord:
|
||||
|
||||
grpc:
|
||||
serverMaxRecvSize: 2147483647 # math.MaxInt32, Maximum data size received by the server
|
||||
serverMaxSendSize: 2147483647 # math.MaxInt32
|
||||
serverMaxSendSize: 2147483647 # math.MaxInt32, Maximum data size sent by the server
|
||||
clientMaxRecvSize: 104857600 # 100 MB, Maximum data size received by the client
|
||||
clientMaxSendSize: 104857600 # 100 MB, 100 * 1024 * 1024
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user