Browse Source

降低任务信息刷新速度;

scbc.sat2 5 years ago
parent
commit
3ec43a0470
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SATHelper/SATHelper/DlgService.cpp

+ 1 - 1
SATHelper/SATHelper/DlgService.cpp

@@ -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;