[skip e2e]Correct comments for proxy config (#14855)

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
pull/14858/head
XuanYang-cn 2022-01-05 15:31:20 +08:00 committed by GitHub
parent 545bffa763
commit c64ad70d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ proxy:
port: 19530
grpc:
serverMaxRecvSize: 536870912 # 512 MB, 100 * 1024 * 1024
serverMaxSendSize: 536870912 # 512 MB, 100 * 1024 * 1024
serverMaxRecvSize: 536870912 # 512 MB, 512 * 1024 * 1024 Bytes
serverMaxSendSize: 536870912 # 512 MB, 512 * 1024 * 1024 Bytes
clientMaxRecvSize: 104857600 # 100 MB, 100 * 1024 * 1024
clientMaxSendSize: 104857600 # 100 MB, 100 * 1024 * 1024