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