mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
fix #702
This commit is contained in:
parent
d527c11b16
commit
946378af6b
@ -47,7 +47,7 @@ namespace Configs_network {
|
|||||||
// Wait for response
|
// Wait for response
|
||||||
auto abortTimer = new QTimer;
|
auto abortTimer = new QTimer;
|
||||||
abortTimer->setSingleShot(true);
|
abortTimer->setSingleShot(true);
|
||||||
abortTimer->setInterval(3000);
|
abortTimer->setInterval(10000);
|
||||||
connect(abortTimer, &QTimer::timeout, _reply, &QNetworkReply::abort);
|
connect(abortTimer, &QTimer::timeout, _reply, &QNetworkReply::abort);
|
||||||
abortTimer->start();
|
abortTimer->start();
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user