From e69e7de9c295828c2a8d9440401c1658320c60fe Mon Sep 17 00:00:00 2001 From: XuanYang-cn Date: Thu, 6 Jan 2022 15:13:20 +0800 Subject: [PATCH] [skip e2e]Remove not in use config proxy msgStream insert and search (#14877) Signed-off-by: yangxuan --- configs/milvus.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 4935c657f9..060a5b2aa4 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -71,13 +71,6 @@ proxy: timeTickInterval: 200 # ms, the interval that proxy synchronize the time tick msgStream: - insert: - bufSize: 1024 # msgPack chan buffer size - search: - bufSize: 512 # msgPack chan buffer size - searchResult: - recvBufSize: 1024 # msgPack chan buffer size - pulsarBufSize: 1024 # pulsar chan buffer size timeTick: bufSize: 512 maxNameLength: 255 # Maximum length of name for a collection or alias