diff options
| -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; } } |
