Enlarge rocksmq stream buffer size

Signed-off-by: BossZou <yinghao.zou@zilliz.com>
pull/4973/head^2
BossZou 2021-02-24 15:16:09 +08:00 committed by yefu.chen
parent ebe144a35c
commit b02a9d6b43
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ func (f *Factory) NewTtMsgStream(ctx context.Context) (msgstream.MsgStream, erro
func NewFactory() msgstream.Factory {
f := &Factory{
dispatcherFactory: msgstream.ProtoUDFactory{},
ReceiveBufSize: 64,
RmqBufSize: 64,
ReceiveBufSize: 1024,
RmqBufSize: 1024,
}
rocksmq.InitRocksMQ("/tmp/milvus_rdb")