mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for maxRetryNum (#9988)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/10000/head
parent
f8c52dd5bb
commit
56466508cc
|
@ -41,6 +41,7 @@ const (
|
|||
)
|
||||
|
||||
const (
|
||||
// MaxRetryNum is the maximum number of times that each task can be retried
|
||||
MaxRetryNum = 5
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue