mirror of https://github.com/milvus-io/milvus.git
Enlarge rocksmq stream buffer size
Signed-off-by: BossZou <yinghao.zou@zilliz.com>pull/4973/head^2
parent
ebe144a35c
commit
b02a9d6b43
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue