From d85b6a6104185222373a28e3412b87f266ad97fe Mon Sep 17 00:00:00 2001 From: gennyble Date: Thu, 5 Dec 2024 04:51:47 -0600 Subject: Increase rate we check for gallops --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') 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) => { -- cgit 1.4.1-3-g733a5