Comment MaxSendSizeToEtcd (#10165)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/10344/head
xige-16 2021-10-21 10:53:09 +08:00 committed by GitHub
parent 1103ca8fca
commit ef6de3e122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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