mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Comment MaxSendSizeToEtcd (#10165)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
1103ca8fca
commit
ef6de3e122
@ -43,6 +43,8 @@ const (
|
||||
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
|
||||
)
|
||||
|
||||
type taskState int
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user