From 3599569f17f97560cdb559728fa7f64ad52433fc Mon Sep 17 00:00:00 2001 From: TKaxv_7S <954067342@qq.com> Date: Wed, 17 Jul 2024 12:41:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=9C=80=E7=9F=AD?= =?UTF-8?q?=E9=99=90=E5=88=B6=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/tkaxv7s/xposed/sesame/hook/ApplicationHook.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/tkaxv7s/xposed/sesame/hook/ApplicationHook.java b/app/src/main/java/tkaxv7s/xposed/sesame/hook/ApplicationHook.java index 0da5057c..8246cacf 100644 --- a/app/src/main/java/tkaxv7s/xposed/sesame/hook/ApplicationHook.java +++ b/app/src/main/java/tkaxv7s/xposed/sesame/hook/ApplicationHook.java @@ -204,7 +204,7 @@ public void run() { Log.record("开始执行"); try { int checkInterval = BaseModel.getCheckInterval().getValue(); - if (lastExecTime + 5000 > System.currentTimeMillis()) { + if (lastExecTime + 2000 > System.currentTimeMillis()) { Log.record("执行间隔较短,跳过执行"); execDelayedHandler(checkInterval); return;