!18 4线程到5线程

Merge pull request !18 from Jerry/4to5
This commit is contained in:
Jerry 2021-04-17 03:23:01 +08:00 committed by Gitee
commit 90513a8925

View File

@ -100,7 +100,7 @@ DownloadController::DownloadController(QObject *parent)
"d4.store.deepinos.org.cn",
"d5.store.deepinos.org.cn"
};
this->threadNum = domains.size() > 4 ? 4 : domains.size();
this->threadNum = domains.size() > 5 ? 5 : domains.size();
}
DownloadController::~DownloadController()