From eee941e68ab6b9add7849c20a87323730199f7ab Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 22 Feb 2024 18:55:39 +0800 Subject: [PATCH] log --- scripts/install/openim-rpc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/openim-rpc.sh b/scripts/install/openim-rpc.sh index a099cc8dd..3d5350131 100755 --- a/scripts/install/openim-rpc.sh +++ b/scripts/install/openim-rpc.sh @@ -135,7 +135,7 @@ function openim::rpc::start() { if [[ $? -ne 0 ]]; then openim::log::error "stop ${SERVER_NAME} failed" "$result" fi - sleep 1 + sleep 5 # start all rpc services for ((i = 0; i < ${#OPENIM_RPC_SERVICE_LISTARIES[*]}; i++)); do