Commit bb126533 by “liusq”

线程池增加18

parent 7bcc5da8
...@@ -19,7 +19,7 @@ MainWindow::MainWindow():isResetting(false) ...@@ -19,7 +19,7 @@ MainWindow::MainWindow():isResetting(false)
QThreadPool* threadPool = QThreadPool::globalInstance(); QThreadPool* threadPool = QThreadPool::globalInstance();
threadPool->setMaxThreadCount(12); threadPool->setMaxThreadCount(18);
QString httpurl; QString httpurl;
QString profile=qSetting->value("cloudservice/profile","test").toString(); QString profile=qSetting->value("cloudservice/profile","test").toString();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment