diff --git a/tools/component/main.go b/tools/component/main.go index bde0b6fda..f9b4c4c79 100644 --- a/tools/component/main.go +++ b/tools/component/main.go @@ -28,7 +28,7 @@ import ( const ( cfgPath = "../../../../../config/config.yaml" minioHealthCheckDuration = 1 - maxRetry = 3 + maxRetry = 100 componentStartErrCode = 6000 configErrCode = 6001 )