mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 置后内存常驻判断
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user