diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index fdf3e37..093f3bf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -335,7 +335,7 @@ impl ApplicationHandler for Etch { self.next_check = Instant::now(); } - if self.next_gallop_check.elapsed() > Duration::from_millis(100) { + if self.next_gallop_check.elapsed() > Duration::from_millis(25) { while let Some(ge) = self.gallop_x.event() { match ge { GallopEvent::Positive(gdur) => { |