diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 07:24:02 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 07:24:02 -0400 |
| commit | 4275cadf13dde2fc47efeaf7af9293b1554b78c3 (patch) | |
| tree | c89f966d754e0fbebbfb242fd4cebd6b9f7694b7 | |
| parent | 333a0c3c16ddde22ec2309e37679ac4f4b5f36c5 (diff) | |
changed first validation timeout back to 10s, a lot of people report that 5s is too short
| -rw-r--r-- | src/nxmaccessmanager.cpp | 2 |
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; } } |
