mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve ms defender check
This commit is contained in:
parent
3807f8386c
commit
4e7b0d1125
2 changed files with 8 additions and 11 deletions
|
|
@ -43,7 +43,7 @@ func StartCron() {
|
|||
go every(30*time.Second, model.FlushAssetsTextsJob)
|
||||
go every(30*time.Second, model.HookDesktopUIProcJob)
|
||||
go every(24*time.Hour, model.AutoPurgeRepoJob)
|
||||
go every(30*time.Minute, model.AutoProcessMicrosoftDefender)
|
||||
go every(30*time.Minute, model.AutoCheckMicrosoftDefender)
|
||||
}
|
||||
|
||||
func every(interval time.Duration, f func()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue