From 01de0f76908cd0ac4981aa178db0a2c03367d00d Mon Sep 17 00:00:00 2001 From: hanzhixiao <709674996@qq.com> Date: Wed, 9 Aug 2023 14:31:21 +0800 Subject: [PATCH] 815 Signed-off-by: hanzhixiao <709674996@qq.com> --- tools/component/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )