未验证 提交 2f53a578 编写于 作者: X xige-16 提交者: GitHub

Fix too large request when load collection (#10768)

Signed-off-by: Nxige-16 <xi.ge@zilliz.com>
上级 80215eb2
......@@ -44,7 +44,9 @@ const (
// MaxRetryNum is the maximum number of times that each task can be retried
MaxRetryNum = 5
// MaxSendSizeToEtcd is the default limit size of etcd messages that can be sent and received
MaxSendSizeToEtcd = 2097152
// MaxSendSizeToEtcd = 2097152
// Limit size of every loadSegmentReq to 200k
MaxSendSizeToEtcd = 200000
)
type taskState int
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册