Skip to content

Commit

Permalink
Reduce wait time
Browse files Browse the repository at this point in the history
Lower the timeout somewhat and see if it still working

References #161
  • Loading branch information
X3n0m0rph59 committed Oct 8, 2022
1 parent 3a38119 commit 37d4727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eruption/src/hwdevices/roccat_vulcan_1xx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ impl RoccatVulcan1xx {
Err(HwDeviceError::DeviceNotOpened {}.into())
} else {
// This helps slow USB HUBs and KVM switches to not fail to init the device
thread::sleep(Duration::from_millis(25));
thread::sleep(Duration::from_millis(15));

loop {
let mut buf: [u8; 4] = [0; 4];
Expand Down

0 comments on commit 37d4727

Please sign in to comment.