mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-22 21:42:21 +08:00
修复下载量统计超时
This commit is contained in:
parent
ad25606ef9
commit
fb4d78ce1d
@ -212,7 +212,7 @@ void DownloadController::startDownload(const QString &url)
|
||||
QProcess mailProcess;
|
||||
mailProcess.start(SenderdPath.toUtf8() + " " + metaUrl.toUtf8() + " " + "HD70642");
|
||||
mailProcess.waitForStarted();
|
||||
mailProcess.waitForFinished();
|
||||
mailProcess.waitForFinished(3000);
|
||||
mailProcess.deleteLater();
|
||||
|
||||
emit downloadFinished(); });
|
||||
|
Loading…
x
Reference in New Issue
Block a user