aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/device.cc b/device.cc
index 33c0340..d5b15d6 100644
--- a/device.cc
+++ b/device.cc
@@ -94,8 +94,8 @@ Stick10::Stick10() {
Stick20::Stick20() {
m_vid = 0x20a0;
m_pid = 0x4109;
- m_retry_timeout = 100ms;
+ m_retry_timeout = 20ms;
m_model = DeviceModel::STORAGE;
- m_send_receive_delay = 100ms;
- m_retry_count = 30;
+ m_send_receive_delay = 20ms;
+ m_retry_count = 40;
}