From c81558f82097b37adb9bcd82743299348505e2d5 Mon Sep 17 00:00:00 2001 From: zhushangyuan Date: Sat, 25 Mar 2023 16:09:55 +0800 Subject: [PATCH] fix comment error close #I4NJTY Signed-off-by: zhushangyuan --- services/client/client_executor/source/client_factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/client/client_executor/source/client_factory.cpp b/services/client/client_executor/source/client_factory.cpp index 6ef06e4..0909a0f 100755 --- a/services/client/client_executor/source/client_factory.cpp +++ b/services/client/client_executor/source/client_factory.cpp @@ -337,7 +337,7 @@ int ClientFactory::UnRegisterDeadCb(const int sessionId) int ClientFactory::WaitConnection() { - // wait for 100 ms + // wait for CHECK_CONNECTION_TIMES*CHECK_CONNECTION_INTERVAL ms for (int i = 0; i < CHECK_CONNECTION_TIMES; ++i) { if (clientId_ != INVALID_CLIENT_ID) { HILOGI("[ClientFactory][clientId:%d]status is connected.", clientId_); -- Gitee