mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
fix activing report time
This commit is contained in:
parent
e642785516
commit
ec843e1030
@ -731,7 +731,7 @@ void Application::main(const TC_Option &option)
|
||||
|
||||
//等待initialize初始化完毕
|
||||
std::unique_lock<std::mutex> lock(mtx);
|
||||
cond.wait_for(lock, std::chrono::seconds(5));
|
||||
cond.wait_for(lock, std::chrono::seconds(2));
|
||||
|
||||
}while(initing);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user