🎨 置后内存常驻判断
This commit is contained in:
parent
d7320c5f17
commit
619cce2fe6
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue