@@ -109,7 +109,7 @@ BOOL CDlgService::OnInitDialog()
std::thread t2([](CDlgService* p) {
while (!p->m_bEnd)
{
- std::this_thread::sleep_for(std::chrono::milliseconds(1500));
+ std::this_thread::sleep_for(std::chrono::milliseconds(10000));
CSATClient::GetInstance()->TCPQueryTasks(FALSE);
int nIndex = 0;