summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-04-17 07:24:02 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-04-17 07:24:02 -0400
commit4275cadf13dde2fc47efeaf7af9293b1554b78c3 (patch)
treec89f966d754e0fbebbfb242fd4cebd6b9f7694b7 /src
parent333a0c3c16ddde22ec2309e37679ac4f4b5f36c5 (diff)
changed first validation timeout back to 10s, a lot of people report that 5s is too short
Diffstat (limited to 'src')
-rw-r--r--src/nxmaccessmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxmaccessmanager.cpp b/src/nxmaccessmanager.cpp
index 20540593..0064f888 100644
--- a/src/nxmaccessmanager.cpp
+++ b/src/nxmaccessmanager.cpp
@@ -621,7 +621,7 @@ void NexusKeyValidator::start(const QString& key, Behaviour b)
case Retry:
{
- createAttempts({5s, 5s, 10s});
+ createAttempts({10s, 15s, 20s});
break;
}
}