From 9b17f1948a0379e1481e2a9a0d6d88170334b3aa Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Thu, 16 Nov 2023 20:31:07 +0800 Subject: [PATCH] perf(stage): adjust click interval --- tasks/stage/list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/stage/list.py b/tasks/stage/list.py index 78e374f..bbfe92e 100644 --- a/tasks/stage/list.py +++ b/tasks/stage/list.py @@ -154,7 +154,7 @@ class StageList: sweepable: bool = True, offset: tuple[int, int] = (-20, -15), skip_first_screenshot: bool = True, - interval: int = 5 + interval: int = 2 ) -> bool: if insight and not self.insight_index(index, main, skip_first_screenshot): return False