From ab72753c4bfb68ed98078264001dbd5e3a9236a3 Mon Sep 17 00:00:00 2001 From: Bennu Date: Mon, 11 Oct 2021 21:29:27 +0800 Subject: [PATCH] [skip ci] Add comments for Milvus.yaml (#9609) Signed-off-by: Bennu --- configs/milvus.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 9736e58db4..f3e7bd5c88 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -57,6 +57,7 @@ rootCoord: clientMaxRecvSize: 104857600 # 100 MB, 100 * 1024 * 1024 clientMaxSendSize: 104857600 # 100 MB, 100 * 1024 * 1024 +# Related configuration of proxy, used to validate client requests and reduce the returned results. proxy: port: 19530