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