mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🎨 Automatic check of database indexes is only performed once after startup https://github.com/siyuan-note/siyuan/issues/10563
This commit is contained in:
parent
9989d79060
commit
aeb09cb0f6
4 changed files with 4 additions and 3 deletions
|
|
@ -48,6 +48,7 @@ func main() {
|
|||
util.PushClearAllMsg()
|
||||
|
||||
job.StartCron()
|
||||
go model.CheckIndex()
|
||||
go model.AutoGenerateDocHistory()
|
||||
go cache.LoadAssets()
|
||||
go util.CheckFileSysStatus()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue