mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Remove not in use config proxy msgStream insert and search (#14877)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>pull/14935/head
parent
a5f8bdeb42
commit
e69e7de9c2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue