This commit is contained in:
Liang Ding 2023-01-19 01:12:31 +08:00
parent 3a93650d9d
commit 2cb6e82330
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 79 additions and 10 deletions

View file

@ -70,6 +70,7 @@ func StartKernel(container, appDir, workspaceBaseDir, timezoneID, localIPs, lang
go treenode.AutoFlushBlockTree()
go cache.LoadAssets()
go model.AutoFixIndex()
go model.AutoIndexEmbedBlock()
go model.AutoOCRAssets()
go model.AutoFlushAssetsTexts()
}()