diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-09-11 10:57:08 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-09-20 12:47:05 +0200 |
commit | 8ea7214692243eadf18c4cdabf66500e8357ba0c (patch) | |
tree | fcfcb789a3ba48d16e658ed7502b52845f91fe67 | |
parent | e1d35ffdaa4147b18ab22a1acc70762c9434a2d7 (diff) | |
download | libnitrokey-8ea7214692243eadf18c4cdabf66500e8357ba0c.tar.gz libnitrokey-8ea7214692243eadf18c4cdabf66500e8357ba0c.tar.bz2 |
Make only 10 retries on receiving
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r-- | device.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ Stick10::Stick10(): Stick20::Stick20(): - Device(0x20a0, 0x4109, DeviceModel::STORAGE, 20ms, 20, 20ms) + Device(0x20a0, 0x4109, DeviceModel::STORAGE, 20ms, 10, 20ms) { setDefaultDelay(); } |