mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 尝试定位 未找到 ID 为 xxx 的内容块 https://github.com/siyuan-note/siyuan/issues/7215
This commit is contained in:
parent
bb24468f9b
commit
7aea03db69
3 changed files with 23 additions and 9 deletions
|
|
@ -30,7 +30,7 @@ import (
|
|||
func StartCron() {
|
||||
go every(100*time.Millisecond, task.ExecTaskJob)
|
||||
go every(5*time.Second, task.StatusJob)
|
||||
go every(3*time.Second, treenode.SaveBlockTreeJob)
|
||||
go every(5*time.Second, treenode.SaveBlockTreeJob)
|
||||
go every(5*time.Second, model.SyncDataJob)
|
||||
go every(2*time.Hour, model.StatJob)
|
||||
go every(2*time.Hour, model.RefreshCheckJob)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue