mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 16:40:13 +01:00
🎨 置后内存常驻判断
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.AutoGenerateDocHistory()
|
||||||
go model.AutoSync()
|
go model.AutoSync()
|
||||||
go model.AutoStat()
|
go model.AutoStat()
|
||||||
go model.HookResident()
|
|
||||||
util.SetBooted()
|
util.SetBooted()
|
||||||
util.ClearPushProgress(100)
|
util.ClearPushProgress(100)
|
||||||
go model.AutoRefreshCheck()
|
go model.AutoRefreshCheck()
|
||||||
|
|
@ -51,6 +50,7 @@ func main() {
|
||||||
go sql.AutoFlushTreeQueue()
|
go sql.AutoFlushTreeQueue()
|
||||||
go treenode.AutoFlushBlockTree()
|
go treenode.AutoFlushBlockTree()
|
||||||
go cache.LoadAssets()
|
go cache.LoadAssets()
|
||||||
|
go model.HookResident()
|
||||||
model.WatchAssets()
|
model.WatchAssets()
|
||||||
model.HandleSignal()
|
model.HandleSignal()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue