aboutsummaryrefslogtreecommitdiff
path: root/device.cc
diff options
context:
space:
mode:
Diffstat (limited to 'device.cc')
-rw-r--r--device.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.cc b/device.cc
index fc8f6b8..08cba49 100644
--- a/device.cc
+++ b/device.cc
@@ -13,7 +13,7 @@ using namespace nitrokey::log;
Device::Device()
: m_vid(0),
m_pid(0),
- m_retry_count(4),
+ m_retry_count(40),
m_retry_timeout(50),
mp_devhandle(NULL) {}