[skip ci] Add comment for maxRetryNum (#9988)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/10000/head
xige-16 2021-10-15 20:25:08 +08:00 committed by GitHub
parent f8c52dd5bb
commit 56466508cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ const (
)
const (
// MaxRetryNum is the maximum number of times that each task can be retried
MaxRetryNum = 5
)