Skip to content

Commit

Permalink
pref:心跳监控还是调整为1小时
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkioTomas committed May 28, 2023
1 parent 515f16d commit 20e8a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/deployment.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function isDarkMode() {


if(!TaskerManager::has("App心跳守护进程")){
TaskerManager::add(TaskerTime::nMinute(1),new DaemonTasker(),"App心跳守护进程",-1);
TaskerManager::add(TaskerTime::nHour(1,0),new DaemonTasker(),"App心跳守护进程",-1);
}


Expand Down

0 comments on commit 20e8a6b

Please sign in to comment.