mirror of https://github.com/milvus-io/milvus.git
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…
Reference in New Issue