This is an automated email from the ASF dual-hosted git repository. zhanghuajin pushed a commit to branch utopianet-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
commit bb66623cb5ebbf3ebb5507c42b554e3d7a8ebf65 Author: ZHANG HUA JIN <[email protected]> AuthorDate: Mon Nov 28 08:28:36 2022 +0800 Update linkis-start-all.sh The service startup waiting time is set to 15 seconds because many community users have received feedback that the service startup is abnormal. --- linkis-dist/package/sbin/linkis-start-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkis-dist/package/sbin/linkis-start-all.sh b/linkis-dist/package/sbin/linkis-start-all.sh index e5c58667f..f6681029f 100644 --- a/linkis-dist/package/sbin/linkis-start-all.sh +++ b/linkis-dist/package/sbin/linkis-start-all.sh @@ -57,7 +57,7 @@ executeCMD $SERVER_IP "$SERVER_START_CMD" isSuccess "start $SERVER_NAME" echo "<-------------------------------->" -sleep 3 +sleep 15 } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
