From 619cce2fe69e2bed19a6e75efcfd658e5b0972ad Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 26 Oct 2022 10:18:17 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E7=BD=AE=E5=90=8E=E5=86=85=E5=AD=98?= =?UTF-8?q?=E5=B8=B8=E9=A9=BB=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/main.go b/kernel/main.go index 497492b7c..f5d94b068 100644 --- a/kernel/main.go +++ b/kernel/main.go @@ -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() }