Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2022-10-26 10:35:48 +08:00
commit 0690bcb162

View file

@ -43,7 +43,6 @@ func main() {
go model.AutoGenerateDocHistory()
go model.AutoSync()
go model.AutoStat()
go model.HookResident()
util.SetBooted()
util.ClearPushProgress(100)
go model.AutoRefreshCheck()
@ -51,6 +50,7 @@ func main() {
go sql.AutoFlushTreeQueue()
go treenode.AutoFlushBlockTree()
go cache.LoadAssets()
go model.HookResident()
model.WatchAssets()
model.HandleSignal()
}