提交 7db272a2 编写于 作者: D dev@dev.com

提高优先级,降低线程压力

上级 a2f46acf
......@@ -453,7 +453,7 @@ void specWidget::initTx()
m_readth->start();
while (!m_dataproduce_ok && ! stop_signal_called)
QThread::msleep(10);
m_txth->start();
m_txth->start(QThread::TimeCriticalPriority);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册