From 2fad315ef4f99de1cdc8d6891610cbaf300ac969 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 20 Apr 2024 19:50:47 -0500 Subject: Slow down dispatcher interrupt loop when ABM is not active --- dispatcherfw.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dispatcherfw.lua b/dispatcherfw.lua index 60e91ca..fcee154 100644 --- a/dispatcherfw.lua +++ b/dispatcherfw.lua @@ -541,7 +541,7 @@ elseif event.channel == "status" then end end elseif event.type == "abm" or event.iid == "run" and (mem.screenstate == "status" or mem.screenstate == "menu") then - interrupt(1.5,"run") + interrupt(5,"run") if not mem.upcalls then mem.upcalls = {} end if not mem.dncalls then mem.dncalls = {} end if not mem.upeta then mem.upeta = {} end -- cgit v1.2.3