Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge branch 'refs/heads/main' into new_ui
Browse files Browse the repository at this point in the history
  • Loading branch information
TKaxv-7S committed Jul 17, 2024
2 parents 0d0e3ac + 3599569 commit 5fcc287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5fcc287

Please sign in to comment.