update src/backend/downloadworker.cpp.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2023-09-16 10:31:25 +00:00 committed by Gitee
parent 7acd2edbcc
commit 1037330324
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -5,7 +5,7 @@
#include <QtConcurrent>
#include <QStandardPaths>
#define DEFAULTURL "zunyun01.store.deepinos.org.cn"
#define DEFAULTURL "d.store.deepinos.org.cn"
#define MAXWAITTIME 200000
DownloadController::DownloadController(QObject *parent)